From 462cf9b929b988ad942d9ab3e69eaf3f8cebb084 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 22:08:57 +0000 Subject: [PATCH] Bump starlette in /examples/pipelines/integrations/langgraph_pipeline Bumps [starlette](https://github.com/Kludex/starlette) from 0.46.1 to 0.49.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.46.1...0.49.1) --- updated-dependencies: - dependency-name: starlette dependency-version: 0.49.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../pipelines/integrations/langgraph_pipeline/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pipelines/integrations/langgraph_pipeline/requirements.txt b/examples/pipelines/integrations/langgraph_pipeline/requirements.txt index fc122d6c..e301c8b3 100644 --- a/examples/pipelines/integrations/langgraph_pipeline/requirements.txt +++ b/examples/pipelines/integrations/langgraph_pipeline/requirements.txt @@ -30,7 +30,7 @@ regex==2024.11.6 requests==2.32.3 requests-toolbelt==1.0.0 sniffio==1.3.1 -starlette==0.46.1 +starlette==0.49.1 tenacity==9.0.0 tiktoken==0.9.0 tqdm==4.67.1