From c478ba207dce23267126b6abf6906fa2e9c1ee06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 21:26:38 +0000 Subject: [PATCH] chore(deps-dev): update django requirement from <5,>=4.0 to >=4.0,<6 Updates the requirements on [django](https://github.com/django/django) to permit the latest version. - [Commits](https://github.com/django/django/compare/4.0...5.2.17) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.17 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 498809ed..b55d2247 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ starlette = ["starlette>=0.40.0,<1"] fastapi = ["fastapi>=0.100.0,<1"] aiohttp = ["aiohttp>=3.9.0,<4"] sqlalchemy = ["sqlalchemy>=2.0.0,<3"] -django = ["django>=4.0,<5"] +django = ["django>=4.0,<6"] flask = ["flask>=3.0,<4"] langgraph = ["langgraph>=1.0.0,<2"]