We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f51f3cf commit 220a54bCopy full SHA for 220a54b
2 files changed
easy/__init__.py
@@ -1,6 +1,6 @@
1
"""Django Easy API - Easy and Fast Django REST framework based on Django-ninja-extra"""
2
3
-__version__ = "0.2.0"
+__version__ = "0.2.1"
4
5
from easy.main import EasyAPI
6
pyproject.toml
@@ -42,7 +42,7 @@ classifiers = [
42
43
requires = [
44
"Django >= 3.1",
45
- "django-ninja-extra >= 0.16.0",
+ "django-ninja-extra >= 0.31.0",
46
]
47
description-file = "README.md"
48
requires-python = ">=3.6"
@@ -65,7 +65,7 @@ test = [
65
"django-stubs",
66
"factory-boy==3.2.1",
67
"django_coverage_plugin",
68
- "django-ninja-extra >= 0.20.0",
69
"django-ninja-jwt>=5.2.9",
70
71
0 commit comments