Skip to content

Commit

Permalink
chore: allow for DRF 3.14 for Django 4.1 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Oct 6, 2022
1 parent 17e0139 commit f508053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
extras_require={
"flask": ["Flask>=2.0.1,<3"],
"django": ["Django>=4.1.1,<5", "djangorestframework>=3.13.1,<3.14"]
"django": ["Django>=4.1.1,<5", "djangorestframework>=3.13.1,<3.15"]
},

author=config["package"]["authors"],
Expand Down

0 comments on commit f508053

Please sign in to comment.