Skip to content

Commit 9544aea

Browse files
Update dependency django to >=5.2,<6
1 parent 73703de commit 9544aea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ dynamic = ["version"]
3838

3939
[project.optional-dependencies]
4040
django_ninja = [
41-
"django>=2.2,<5; python_version<'3.10'",
41+
"django>=5.2,<6; python_version<'3.10'",
4242
"django>=2.2; python_version>='3.10'",
4343
"django-ninja>=0.18.0",
4444
"requests>=2.26.0",
4545
]
4646
django_rest_framework = [
47-
"django>=2.2,<5; python_version<'3.10'",
47+
"django>=5.2,<6; python_version<'3.10'",
4848
"django>=2.2; python_version>='3.10'",
4949
"djangorestframework>=3.10.0",
5050
"uritemplate>=3.0.0", # required for schema generation

0 commit comments

Comments
 (0)