We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version 3.0.0 of safety requires exact versions for these packages:
Authlib==1.2.0 jwt==1.3.1
That is a problem for anyone who needs different versions.
I suggest that this gets changed to require minimum versions, e.g.:
Authlib>=1.2.0 jwt>=1.3.1
Mitigation: For now, we are pinning safety to <3.0.0
The text was updated successfully, but these errors were encountered:
yeisonvargasf
Successfully merging a pull request may close this issue.
Description
Version 3.0.0 of safety requires exact versions for these packages:
That is a problem for anyone who needs different versions.
I suggest that this gets changed to require minimum versions, e.g.:
Mitigation: For now, we are pinning safety to <3.0.0
The text was updated successfully, but these errors were encountered: