Skip to content

Commit

Permalink
Update dependency django to >=5.1,<6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 21, 2024
1 parent 96bae7e commit bcbb80e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ dynamic = ["version"]

[project.optional-dependencies]
django_ninja = [
"django>=2.2,<5; python_version<'3.10'",
"django>=5.1,<6; python_version<'3.10'",
"django>=2.2; python_version>='3.10'",
"django-ninja>=0.18.0",
"requests>=2.26.0",
]
django_rest_framework = [
"django>=2.2,<5; python_version<'3.10'",
"django>=5.1,<6; python_version<'3.10'",
"django>=2.2; python_version>='3.10'",
"djangorestframework>=3.10.0",
"uritemplate>=3.0.0", # required for schema generation
Expand Down

0 comments on commit bcbb80e

Please sign in to comment.