Browse Source

⬆️ Upgrade Starlette supported version range to `starlette>=0.40.0,<1.0.0` (#14853)

pull/14854/head
Sebastián Ramírez 4 months ago
committed by GitHub
parent
commit
f6cc650a12
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      pyproject.toml
  2. 2
      uv.lock

2
pyproject.toml

@ -43,7 +43,7 @@ classifiers = [
"Topic :: Internet :: WWW/HTTP",
]
dependencies = [
"starlette>=0.40.0,<0.51.0",
"starlette>=0.40.0,<1.0.0",
"pydantic>=2.7.0",
"typing-extensions>=4.8.0",
"typing-inspection>=0.4.2",

2
uv.lock

@ -1198,7 +1198,7 @@ requires-dist = [
{ name = "python-multipart", marker = "extra == 'standard'", specifier = ">=0.0.18" },
{ name = "python-multipart", marker = "extra == 'standard-no-fastapi-cloud-cli'", specifier = ">=0.0.18" },
{ name = "pyyaml", marker = "extra == 'all'", specifier = ">=5.3.1" },
{ name = "starlette", specifier = ">=0.40.0,<0.51.0" },
{ name = "starlette", specifier = ">=0.40.0,<1.0.0" },
{ name = "typing-extensions", specifier = ">=4.8.0" },
{ name = "typing-inspection", specifier = ">=0.4.2" },
{ name = "ujson", marker = "extra == 'all'", specifier = ">=5.8.0" },

Loading…
Cancel
Save