Skip to content

Commit ae76f43

Browse files
committed
fix: temp solution for ninja-extra check_permission sync_to_async bug
1 parent 0ae3048 commit ae76f43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ classifiers = [
4040

4141
requires = [
4242
"Django >= 3.1",
43-
"django-ninja-extra >= 0.15.0",
43+
"django-ninja-extra-easy >= 0.15.0",
4444
]
4545
description-file = "README.md"
4646
requires-python = ">=3.6"
@@ -63,7 +63,7 @@ test = [
6363
"django-stubs",
6464
"factory-boy==3.2.1",
6565
"django_coverage_plugin",
66-
"django-ninja-extra >= 0.15.0",
66+
"django-ninja-extra-easy >= 0.15.0",
6767
"django-ninja-jwt",
6868
"Django >= 3.1",
6969
]

0 commit comments

Comments
 (0)