Skip to content

Commit 3bcf645

Browse files
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](django/django@4.0...5.2.17) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.17 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ad3f911 commit 3bcf645

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ starlette = ["starlette>=0.40.0,<1"]
4646
fastapi = ["fastapi>=0.100.0,<1"]
4747
aiohttp = ["aiohttp>=3.9.0,<4"]
4848
sqlalchemy = ["sqlalchemy>=2.0.0,<3"]
49-
django = ["django>=4.0,<5"]
49+
django = ["django>=4.0,<6"]
5050
flask = ["flask>=3.0,<4"]
5151
langgraph = ["langgraph>=1.0.0,<2"]
5252

0 commit comments

Comments
 (0)