From 489fea546742c8b4af039d1717d804e191324a4e Mon Sep 17 00:00:00 2001 From: Yurii Motov Date: Thu, 22 Jan 2026 20:57:49 +0100 Subject: [PATCH] Bump starlette version to `<0.52.0` --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fe9b3a7ea..f3e5babfb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ classifiers = [ "Topic :: Internet :: WWW/HTTP", ] dependencies = [ - "starlette>=0.40.0,<0.51.0", + "starlette>=0.40.0,<0.52.0", "pydantic>=2.7.0", "typing-extensions>=4.8.0", "annotated-doc>=0.0.2", diff --git a/uv.lock b/uv.lock index 9ae2220e0..ffc184e34 100644 --- a/uv.lock +++ b/uv.lock @@ -1186,7 +1186,7 @@ requires-dist = [ { name = "python-multipart", marker = "extra == 'standard'", specifier = ">=0.0.18" }, { name = "python-multipart", marker = "extra == 'standard-no-fastapi-cloud-cli'", specifier = ">=0.0.18" }, { name = "pyyaml", marker = "extra == 'all'", specifier = ">=5.3.1" }, - { name = "starlette", specifier = ">=0.40.0,<0.51.0" }, + { name = "starlette", specifier = ">=0.40.0,<0.52.0" }, { name = "typing-extensions", specifier = ">=4.8.0" }, { name = "ujson", marker = "extra == 'all'", specifier = ">=4.0.1,!=4.0.2,!=4.1.0,!=4.2.0,!=4.3.0,!=5.0.0,!=5.1.0" }, { name = "uvicorn", extras = ["standard"], marker = "extra == 'all'", specifier = ">=0.12.0" },