]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
⬆️ Upgrade Starlette to `>=0.37.2,<0.41.0` (#12431)
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 12 Oct 2024 09:59:01 +0000 (11:59 +0200)
committerGitHub <noreply@github.com>
Sat, 12 Oct 2024 09:59:01 +0000 (11:59 +0200)
pyproject.toml

index 1be2817a1f32fb5e2bd389fce8567a457b45d3af..c934356d8ed5c5ad575c8320cba43607317c6675 100644 (file)
@@ -41,7 +41,7 @@ classifiers = [
     "Topic :: Internet :: WWW/HTTP",
 ]
 dependencies = [
-    "starlette>=0.37.2,<0.39.0",
+    "starlette>=0.37.2,<0.41.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",
 ]