AltSchool / dynamic-rest

Dynamic extensions for Django REST Framework
MIT License
831 stars 109 forks source link

Django version mismatch between README and `install_requires.txt` #330

Closed jacklinke closed 2 years ago

jacklinke commented 2 years ago

README says this project supports Django 3.2, but install_requires.txt specifies Django>=2.2,<3.2, and pip is unable to install the package alongside Django 3.2

chdastolfo commented 2 years ago

Thanks for bringing this to our attention! Release 2.1.1 should resolve this issue.