-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Django REST Framework within Django version constraint #2695
Comments
From:
However we have no mention of Django 2.2 on the latest version's PyPi page: For security reasons we need at least 3.11.2 However the page for this version: From https://www.django-rest-framework.org/community/release-notes/#3140
So we still require a pin of sorts to avoid loosing our current stepping stone of Django 2.2. And for our in-comming Django 3.2 Milestone we see that
Current pinning candidate: last of 3.13 series: 3.13.1 PyPi page has:
|
no new migrations:
And the new tree view for this package:
|
All tests pass, moving to Draft PR for end-to-end build test. |
…r#2695 Move to newest version within current Django version constraint. Django 2.2 -> 4.0 Python 3.6 -> 3.10
…work-within-Django-version-constraint Update Django REST Framework within Django version constraint #2695
Closing as: |
As part of our current effort to update our dependencies, we have the following pinning:
djangorestframework = "==3.9.3"
This should be re-assessed give our recent Python and Django updates. And to help with our pending update to Django 3.2 by way of the linked Milestone.
The text was updated successfully, but these errors were encountered: