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

fix: support freezing multiple versions of a package #30

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ajkerrigan
Copy link
Member

@ajkerrigan ajkerrigan commented Jan 15, 2025

In cases where there is more than one locked version of a package (due to Python version or platform constraints for example), freeze all locked versions.

This should allow us to revert the urllib3 downgrade pin in cloud-custodian/cloud-custodian#9334

Closes #18

In cases where there is more than one locked version of a package (due
to Python version or platform constraints for example), freeze all
locked versions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fails when given a dependency specification for a non installed version
1 participant