Skip to content
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

Pin django-oauth-toolkit to 1.x #1072

Merged
merged 1 commit into from
Apr 29, 2022
Merged

Pin django-oauth-toolkit to 1.x #1072

merged 1 commit into from
Apr 29, 2022

Conversation

waxlamp
Copy link
Member

@waxlamp waxlamp commented Apr 27, 2022

The upgrade to 2.0.0 caused the check-migrations test to fail since one of the breaking changes was to change the DB schema. I'm pinning this to 1.x now to prevent breakage in production, but this opens up two issues:

  1. If we're pinning this to major versions, we should pin all our dependencies to major versions as well.
  2. If we do that, then we need to discuss a procedure for keeping up on major version changes so that we can do the work of upgrading when warranted.

Thoughts on the above welcome.

@waxlamp waxlamp requested a review from jjnesbitt April 27, 2022 21:56
@waxlamp
Copy link
Member Author

waxlamp commented Apr 28, 2022

@AlmightyYakob, is this the same CI failure you've been dealing with lately? (valid email addresses not passing validation?)

@jjnesbitt
Copy link
Member

@AlmightyYakob, is this the same CI failure you've been dealing with lately? (valid email addresses not passing validation?)

Yep

@jjnesbitt
Copy link
Member

I think we can merge this, and I'll rebase #1070 off of master so that PR will fix the final CI failure.

@jjnesbitt jjnesbitt merged commit 4a6e91d into master Apr 29, 2022
@jjnesbitt jjnesbitt deleted the pin-django-oauth-toolkit branch April 29, 2022 19:58
@dandibot
Copy link
Member

🚀 PR was released in v0.2.18 🚀

@dandibot dandibot added the released This issue/pull request has been released. label Apr 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants