We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e96195 commit 36ba910Copy full SHA for 36ba910
pyproject.toml
@@ -38,13 +38,13 @@ dynamic = ["version"]
38
39
[project.optional-dependencies]
40
django_ninja = [
41
- "django>=2.2,<5; python_version<'3.10'",
+ "django>=5.2,<6; python_version<'3.10'",
42
"django>=2.2; python_version>='3.10'",
43
"django-ninja>=0.18.0",
44
"requests>=2.26.0",
45
]
46
django_rest_framework = [
47
48
49
"djangorestframework>=3.10.0",
50
"uritemplate>=3.0.0", # required for schema generation
0 commit comments