chore: re-sync common_constraints.txt and recompile requirements#395
Merged
pwnage101 merged 1 commit intoJul 18, 2026
Merged
Conversation
This is needed to fix the "Consistent Python dependencies" check in CI which would otherwise update common_constraints.txt and find that many "via" comments are outdated.
There was a problem hiding this comment.
Pull request overview
This PR re-syncs Python dependency constraint metadata to satisfy the CI “Consistent Python dependencies” check by ensuring pip-compile’s generated “via” annotations reflect the current constraint sources, and by adding explicit cross-repo constraints for social-auth-* packages.
Changes:
- Added
social-auth-app-django<6.0.0andsocial-auth-core<5.0.0torequirements/common_constraints.txtwith rationale and tracking issue. - Regenerated compiled requirements so the
# viasections correctly include-c requirements/common_constraints.txtwhere applicable. - Updated multiple compiled requirement sets (base/doc/testing/development) to reflect the new constraint provenance.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| requirements/edx/testing.txt | Updates pip-compile “via” annotations to include common_constraints.txt for affected packages. |
| requirements/edx/doc.txt | Same “via” annotation refresh for doc requirements. |
| requirements/edx/development.txt | Same “via” annotation refresh for development requirements. |
| requirements/edx/base.txt | Same “via” annotation refresh for base requirements. |
| requirements/common_constraints.txt | Adds cross-repo upper bounds for social-auth-* packages with context and a tracking link. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
pwnage101
enabled auto-merge
July 17, 2026 21:32
robrap
approved these changes
Jul 18, 2026
pwnage101
deleted the
pwnage101/fix-make-upgrade-and-compile-requirements-2
branch
July 18, 2026 12:15
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is needed to fix the "Consistent Python dependencies" check in CI which would otherwise fail because it will try to update common_constraints.txt but then find that many "via" comments are outdated.
For now, this supersedes #394 but I'm keeping that PR around for reference.
Also related: