From 27d53834cd4b5c9e04c6a6d26c39e96616b38289 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 11:14:53 +0000 Subject: [PATCH] Update starlette requirement from <0.51.0,>=0.40.0 to >=0.40.0,<1.4.0 Updates the requirements on [starlette](https://github.com/Kludex/starlette) to permit the latest version. - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/starlette/compare/0.40.0...1.3.1) --- updated-dependencies: - dependency-name: starlette dependency-version: 1.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d3bf2f8..dde64c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "filelock>=3.13.0", # Web / Admin UI "fastapi>=0.131.0,<0.139.1", - "starlette>=0.40.0,<0.51.0", + "starlette>=0.40.0,<1.4.0", "uvicorn>=0.27.0", "jinja2>=3.1.0", "itsdangerous>=2.1.0",