From 9c1d05dbeff60947f0c5ca562ea08c7e89554fbd Mon Sep 17 00:00:00 2001 From: Yurii Motov Date: Mon, 27 Oct 2025 08:25:30 +0100 Subject: [PATCH] Bump Starlette to <`0.50.0` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 875e4bed1..9fd43d480 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ classifiers = [ "Topic :: Internet :: WWW/HTTP", ] dependencies = [ - "starlette>=0.40.0,<0.49.0", + "starlette>=0.40.0,<0.50.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",