From: Ben Beasley Date: Thu, 15 Aug 2024 15:51:33 +0000 (-0400) Subject: ⬆️ Allow Starlette 0.38.x, update the pin to `>=0.37.2,<0.39.0` (#11876) X-Git-Tag: 0.112.1~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5fd9ab97509ac7910caea3b704f4b4ad8086b5d3;p=thirdparty%2Ffastapi%2Ffastapi.git ⬆️ Allow Starlette 0.38.x, update the pin to `>=0.37.2,<0.39.0` (#11876) Co-authored-by: svlandeg Co-authored-by: Sebastián Ramírez --- diff --git a/pyproject.toml b/pyproject.toml index c34838b83f..7a8e061cc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", ]