From 9f3c7fb58a1535bc870589fe5dc5dc11516fdfc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 13:02:53 +0000 Subject: [PATCH] build(deps-dev): update django requirement in /sdk/python Updates the requirements on [django](https://github.com/django/django) to permit the latest version. - [Commits](https://github.com/django/django/compare/5.2.14...5.2.15) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.15 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..59e9b26 100644 --- a/sdk/python/pyproject.toml +++ b/sdk/python/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ [project.optional-dependencies] fastapi = ["fastapi>=0.136.3", "starlette>=1.2.1"] flask = ["flask>=3.1.3"] -django = ["django>=5.2.14"] +django = ["django>=5.2.15"] dev = ["pytest", "pytest-asyncio", "httpx", "respx"] [project.urls]