Skip to content

Commit

Permalink
feat: Expand Django version range to cover 5.x.x (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
karls authored Mar 18, 2024
1 parent ef1536f commit a3e5126
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 @@ -21,7 +21,7 @@ packages = [{include = "judoscale"}]
[tool.poetry.dependencies]
python = "^3.8"
requests = "<3.0.0"
django = { version = ">=2.1.0,<5.0.0", optional = true }
django = { version = ">=2.1.0,<6.0.0", optional = true }
flask = { version = ">=1.1.0,<3.0.0", optional = true }
celery = { version = ">=4.4.0,<6.0.0", extras = ["redis"], optional = true }
rq = { version = ">=1.0.0,<2.0.0", optional = true }
Expand Down

0 comments on commit a3e5126

Please sign in to comment.