From 589dfa9b379d071803271463a69717331003ecd9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Oct 2024 06:11:28 +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-STARLETTE-8186175 --- 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..8accce023 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 +starlette>=0.40.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file