From cebcf49b556c556214c07c472cb603a0ade0a404 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 14:26:57 +0000 Subject: [PATCH] chore(deps): bump starlette Bumps [starlette](https://github.com/Kludex/starlette) from 0.36.3 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.36.3...1.0.1) --- updated-dependencies: - dependency-name: starlette dependency-version: 1.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/fastapi-backend-only-response-streaming/app/requirements.txt b/examples/fastapi-backend-only-response-streaming/app/requirements.txt index aeda70d4..e00f80a3 100644 --- a/examples/fastapi-backend-only-response-streaming/app/requirements.txt +++ b/examples/fastapi-backend-only-response-streaming/app/requirements.txt @@ -14,7 +14,7 @@ python-dateutil==2.8.2 s3transfer==0.7.0 six==1.16.0 sniffio==1.3.0 -starlette==0.36.3 +starlette==1.0.1 typing_extensions==4.8.0 urllib3==1.26.19 uvicorn==0.23.2 \ No newline at end of file