Skip to content

Commit

Permalink
specifiy min patch release for DRF (fixes #812)
Browse files Browse the repository at this point in the history
  • Loading branch information
tfranzel committed Oct 5, 2022
1 parent 2cef14d commit 1904025
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Requirements

- Python >= 3.6
- Django (2.2, 3.2, 4.0, 4.1)
- Django REST Framework (3.10, 3.11, 3.12, 3.13)
- Django REST Framework (3.10.3, 3.11, 3.12, 3.13, 3.14)

Installation
------------
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Django>=2.2
djangorestframework>=3.10
djangorestframework>=3.10.3
uritemplate>=2.0.0
PyYAML>=5.1
jsonschema>=2.6.0
Expand Down

0 comments on commit 1904025

Please sign in to comment.