Skip to content

Commit 10aefbb

Browse files
Update dependency django to >=5.2,<6
1 parent 99c0339 commit 10aefbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ dynamic = ["version"]
3636
[project.optional-dependencies]
3737
blacksheep = ["blacksheep>=2", "httpx>=0.22.0"]
3838
django_ninja = [
39-
"django>=2.2,<5; python_version<'3.10'",
39+
"django>=5.2,<6; python_version<'3.10'",
4040
"django>=2.2; python_version>='3.10'",
4141
"django-ninja>=0.18.0",
4242
"requests>=2.26.0",
4343
]
4444
django_rest_framework = [
45-
"django>=2.2,<5; python_version<'3.10'",
45+
"django>=5.2,<6; python_version<'3.10'",
4646
"django>=2.2; python_version>='3.10'",
4747
"djangorestframework>=3.10.0",
4848
"uritemplate>=3.0.0", # required for schema generation

0 commit comments

Comments
 (0)