]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
⬆️ Bump Starlette to allow up to 0.45.0: `>=0.40.0,<0.46.0` (#13117)
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Wed, 22 Jan 2025 18:21:40 +0000 (19:21 +0100)
committerGitHub <noreply@github.com>
Wed, 22 Jan 2025 18:21:40 +0000 (18:21 +0000)
pyproject.toml

index ae56ebb7ecaaf4eb6c35934b465df4ffea75f355..9510d36c3183ff2647e8ffe1266b74679c1e9e4f 100644 (file)
@@ -41,7 +41,7 @@ classifiers = [
     "Topic :: Internet :: WWW/HTTP",
 ]
 dependencies = [
-    "starlette>=0.40.0,<0.42.0",
+    "starlette>=0.40.0,<0.46.0",
     "pydantic>=1.7.4,!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,!=2.1.0,<3.0.0",
     "typing-extensions>=4.8.0",
 ]