From 11f7491c874fc5033308cb0d3a3706634fd5988b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 10:13:43 +0000 Subject: [PATCH] chore(deps): update starlette requirement from >=0.37 to >=1.0.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.37.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 68e2672..1a1d08b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ ] dependencies = [ "chromadb>=0.5,<1.0", - "starlette>=0.37", + "starlette>=1.0.0", "uvicorn[standard]>=0.30", "anyio>=4.0", ]