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 479b230 commit d2187f7Copy full SHA for d2187f7
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.18.2"
+__version__ = "0.18.4"
4
5
import django
6
pyproject.toml
@@ -64,8 +64,7 @@ test = [
64
"pytest-asyncio",
65
"black",
66
"isort",
67
- "injector == 0.19.0; python_version < '3.7'",
68
- "injector >= 0.20.1; python_version >= '3.7'",
+ "injector >= 0.19.0",
69
"flake8",
70
"mypy==0.931",
71
"django-stubs",
0 commit comments