From 33e11ccc6b416ff90a2b611cac77cdf6867a98fa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 24 Jun 2024 23:12:36 +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-ANYIO-7361842 --- 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..dcf924f9c 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 +anyio>=4.4.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file