From 797629de279ddad6ea5d1ecd724d1c8da426c582 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 18:53:21 +0000 Subject: [PATCH] deps: update starlette requirement from <1.0,>=0.46 to >=0.46,<2.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.46.0...1.0.0) --- updated-dependencies: - dependency-name: starlette dependency-version: 1.0.0 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 f5f19b6..e61adc7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "aiosqlite>=0.22,<1.0", "sentence-transformers>=5.3,<6.0", "fastmcp>=3.0,<4.0", - "starlette>=0.46,<1.0", + "starlette>=0.46,<2.0", "uvicorn[standard]>=0.30,<1.0", "pyyaml>=6.0,<7.0", "structlog>=25.1,<26.0",