From cb8c9def59e4bdfe6cd2d026049273d810c851f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 16:45:35 +0000 Subject: [PATCH] build(deps): bump starlette from 0.49.1 to 1.0.1 Bumps [starlette](https://github.com/Kludex/starlette) from 0.49.1 to 1.0.1. - [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.49.1...1.0.1) --- updated-dependencies: - dependency-name: starlette dependency-version: 1.0.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 6f805a7f..a9066ba1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -108,7 +108,7 @@ dependencies = [ "sniffio==1.3.1", "SQLAlchemy==2.0.41", "sse-starlette==2.4.1", - "starlette==0.49.1", + "starlette==1.0.1", "strenum==0.4.15", "tqdm==4.67.1", "typer==0.16.0",