We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99c0339 commit 10aefbbCopy full SHA for 10aefbb
pyproject.toml
@@ -36,13 +36,13 @@ dynamic = ["version"]
36
[project.optional-dependencies]
37
blacksheep = ["blacksheep>=2", "httpx>=0.22.0"]
38
django_ninja = [
39
- "django>=2.2,<5; python_version<'3.10'",
+ "django>=5.2,<6; python_version<'3.10'",
40
"django>=2.2; python_version>='3.10'",
41
"django-ninja>=0.18.0",
42
"requests>=2.26.0",
43
]
44
django_rest_framework = [
45
46
47
"djangorestframework>=3.10.0",
48
"uritemplate>=3.0.0", # required for schema generation
0 commit comments