-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Upgrade pip to 25.2 to resolve relative path issue in pip-compile #12926
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
Open
Copilot
wants to merge
26
commits into
main
Choose a base branch
from
copilot/fix-12663
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 7 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
d4cf821
Initial plan
Copilot 1e33730
Upgrade pip to 25.2 and pip-tools to 7.5.0 with test fixtures
Copilot 922ee68
Add regression test for relative import paths with pip >25
Copilot 2880210
Remove experimental test fixtures, focus on debugging CI failures
Copilot eb40e93
Add regression test for relative path preservation in pip >25
Copilot 7921dc7
Fix linting issues: remove trailing whitespace
Copilot 4c688fb
Merge branch 'main' into copilot/fix-12663
AbhishekBhaskar 00f69f5
Upgrade pip to 25.2 and pip-tools to 7.5.0 with test fixtures
Copilot 512f7ee
Add regression test for relative import paths with pip >25
Copilot cd8fb76
Remove experimental test fixtures, focus on debugging CI failures
Copilot c381a47
Add regression test for relative path preservation in pip >25
Copilot b3ffd21
Fix linting issues: remove trailing whitespace
Copilot 63212f4
Fix failing Python tests: correct dependency requirements and error m…
Copilot d5fe992
Merge branch 'main' into copilot/fix-12663
AbhishekBhaskar c356ad8
Fix lint and test errors: split long regex patterns and update error …
Copilot c30c8e2
Merge branch 'main' into copilot/fix-12663
markhallen 71d6b70
raise error when piptools is not installed
AbhishekBhaskar ce2fffd
raise error when piptools is not installed
AbhishekBhaskar 0522a8b
Merge branch 'main' into copilot/fix-12663
AbhishekBhaskar 63ff03c
fix python slow tests
AbhishekBhaskar 392a3bc
Merge branch 'copilot/fix-12663' of https://github.com/dependabot/dep…
AbhishekBhaskar d501c0a
fix lint error
AbhishekBhaskar 5230929
fix python slow test error
AbhishekBhaskar 7b00d98
fix python slow test error
AbhishekBhaskar eb5a69f
Merge branch 'main' into copilot/fix-12663
AbhishekBhaskar 70c2dcc
Merge branch 'main' into copilot/fix-12663
AbhishekBhaskar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| pip==24.2 | ||
| pip-tools==7.4.1 | ||
| pip==25.2 | ||
| pip-tools==7.5.0 | ||
| flake8==7.3.0 | ||
| hashin==1.0.5 | ||
| pipenv==2024.4.1 | ||
|
|
||
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.