From 006022001dc65cd59a9b61fcd11de5f9ed2a788f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 10 Jul 2024 07:56:56 +0000 Subject: [PATCH] fix: examples/citation_with_extraction/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-ZIPP-7430899 --- examples/citation_with_extraction/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/citation_with_extraction/requirements.txt b/examples/citation_with_extraction/requirements.txt index 33b5a0802..f7d604004 100644 --- a/examples/citation_with_extraction/requirements.txt +++ b/examples/citation_with_extraction/requirements.txt @@ -3,4 +3,5 @@ uvicorn openai>=1.0.0 pydantic instructor -regex \ No newline at end of file +regex +zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file