File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ readme = {file = "README.md", content-type = "text/markdown" }
66requires-python = " >= 3.8"
77dependencies = [
88 " click>=8.0.0" ,
9- " fastapi[standard]>=0.109.1" , # Vulnerable to https://osv.dev/vulnerability/PYSEC-2024-38
9+ " fastapi[standard]>=0.109.1" , # Minimum safe release ( https://osv.dev/vulnerability/PYSEC-2024-38)
1010 " pydantic" ,
1111 " python-dotenv" ,
1212 " slowapi" ,
13- " starlette>=0.40.0" , # Vulnerable to https://osv.dev/vulnerability/GHSA-f96h-pmfr-66vw
13+ " starlette>=0.40.0" , # Minimum safe release ( https://osv.dev/vulnerability/GHSA-f96h-pmfr-66vw)
1414 " tiktoken>=0.7.0" , # Support for o200k_base encoding
1515 " pathspec>=0.12.1" ,
1616 " typing_extensions>= 4.0.0; python_version < '3.10'" ,
17- " uvicorn>=0.11.7" , # Vulnerable to https://osv.dev/vulnerability/PYSEC-2020-150
17+ " uvicorn>=0.11.7" , # Minimum safe release ( https://osv.dev/vulnerability/PYSEC-2020-150)
1818]
1919
2020license = {file = " LICENSE" }
You can’t perform that action at this time.
0 commit comments