Skip to content

Commit

Permalink
Accept wider django-ninja range
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbrooks authored Feb 28, 2025
1 parent d037f44 commit 3175a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ exclude = ["tests", "formkit_ninja/samples"]

[tool.poetry.dependencies]
python = "^3.10"
django-ninja = "^0.21"
django-ninja = "<1"
Django = "^4"
pydantic = "<2"
django-stubs = {extras = ["compatible-mypy"], version = "^4.2.3"}
Expand Down

0 comments on commit 3175a1b

Please sign in to comment.