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.
2 parents 8372840 + 4ff4c80 commit d944393Copy full SHA for d944393
ninja_extra/__init__.py
@@ -1,6 +1,6 @@
1
"""Django Ninja Extra - Class Based Utility and more for Django Ninja(Fast Django REST framework)"""
2
3
-__version__ = "0.30.0"
+__version__ = "0.30.1"
4
5
import django
6
pyproject.toml
@@ -42,7 +42,7 @@ classifiers = [
42
43
requires = [
44
"Django >= 2.2",
45
- "django-ninja == 1.4.1",
+ "django-ninja == 1.4.3",
46
"injector >= 0.19.0",
47
"asgiref",
48
"contextlib2"
0 commit comments