From 20db72ba4d97114f57bddc03c129bb739feab980 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 13:02:49 +0000 Subject: [PATCH] build(deps-dev): update starlette requirement in /sdk/python 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/1.2.1...1.3.1) --- updated-dependencies: - dependency-name: starlette dependency-version: 1.3.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- sdk/python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/python/pyproject.toml b/sdk/python/pyproject.toml index d82405b..20818e1 100644 --- a/sdk/python/pyproject.toml +++ b/sdk/python/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ ] [project.optional-dependencies] -fastapi = ["fastapi>=0.136.3", "starlette>=1.2.1"] +fastapi = ["fastapi>=0.136.3", "starlette>=1.3.1"] flask = ["flask>=3.1.3"] django = ["django>=5.2.14"] dev = ["pytest", "pytest-asyncio", "httpx", "respx"]