]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
⬆️ Allow Starlette 0.38.x, update the pin to `>=0.37.2,<0.39.0` (#11876)
authorBen Beasley <code@musicinmybrain.net>
Thu, 15 Aug 2024 15:51:33 +0000 (11:51 -0400)
committerGitHub <noreply@github.com>
Thu, 15 Aug 2024 15:51:33 +0000 (10:51 -0500)
Co-authored-by: svlandeg <svlandeg@github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
pyproject.toml

index c34838b83fdd1bed4c5d4cce0b027fa0113c9030..7a8e061cc94931d741911be77fb53250188c0a0e 100644 (file)
@@ -41,7 +41,7 @@ classifiers = [
     "Topic :: Internet :: WWW/HTTP",
 ]
 dependencies = [
-    "starlette>=0.37.2,<0.38.0",
+    "starlette>=0.37.2,<0.39.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",
 ]