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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
2 additions and
2 deletions
-
pyproject.toml
-
uv.lock
|
|
|
@ -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", |
|
|
|
|
|
|
|
@ -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" }, |
|
|
|
|