From 569226e753f601954a129331f61147f89abdb52a Mon Sep 17 00:00:00 2001 From: Ben Beasley Date: Wed, 19 Nov 2025 11:55:05 +0000 Subject: [PATCH] =?utf8?q?=E2=AC=86=EF=B8=8F=20Bump=20Starlette=20to=20<`0?= =?utf8?q?.51.0`=20(#14282)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7d2be00744..cafcf65c63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ classifiers = [ "Topic :: Internet :: WWW/HTTP", ] dependencies = [ - "starlette>=0.40.0,<0.50.0", + "starlette>=0.40.0,<0.51.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", "annotated-doc>=0.0.2", -- 2.47.3