Skip to content

Commit 4512cfb

Browse files
Vulnerable to... –> Minimum safe release (...)
1 parent 94be0ac commit 4512cfb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ readme = {file = "README.md", content-type = "text/markdown" }
66
requires-python = ">= 3.8"
77
dependencies = [
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

2020
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)