We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deeaf5d commit 06d76f0Copy full SHA for 06d76f0
requirements.txt
@@ -1,9 +1,9 @@
1
chardet
2
click>=8.0.0
3
-fastapi[standard]
+fastapi[standard]>=0.109.1 # Vulnerable to https://osv.dev/vulnerability/PYSEC-2024-38
4
python-dotenv
5
slowapi
6
-starlette
+starlette>=0.40.0 # Vulnerable to https://osv.dev/vulnerability/GHSA-f96h-pmfr-66vw
7
tiktoken
8
tomli
9
-uvicorn
+uvicorn>=0.11.7 # Vulnerable to https://osv.dev/vulnerability/PYSEC-2020-150
0 commit comments