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: hardcode typer version to 0.12.3 using version matching clause: typer==0.12.3 #517

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

Conversation

jeff-at-tamer-dot-codes

Safety CLI depends on _underscore methods defined in typer which are not guaranteed to be stable, even across bugfix version changes. Locking typer to the current version (0.12.3), while inconvenient, is unfortunately necessary to ensure that refactorings in typer do not negatively impact our users. Helps fix #511

Safety CLI depends on _underscore methods defined in typer which are not guaranteed to be stable, even across bugfix version changes. Locking typer to version 0.12.3, while inconvenient, is unfortunately necessary to ensure that refactorings in typer do not negatively impact our users. Helps fix pyupio#511
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.

Safety dependencies repeatedly break our project
1 participant