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

safety 3.0.0 dependencies require exact versions #496

Closed
andy-maier opened this issue Jan 19, 2024 · 0 comments · Fixed by #497
Closed

safety 3.0.0 dependencies require exact versions #496

andy-maier opened this issue Jan 19, 2024 · 0 comments · Fixed by #497
Assignees
Labels
enhancement Suggests an improvement or new feature.

Comments

@andy-maier
Copy link

andy-maier commented Jan 19, 2024

  • safety version: 3.0..0
  • Python version: 3.12
  • Operating System: macOS

Description

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

@yeisonvargasf yeisonvargasf self-assigned this Jan 19, 2024
@yeisonvargasf yeisonvargasf added the enhancement Suggests an improvement or new feature. label Jan 19, 2024
@yeisonvargasf yeisonvargasf linked a pull request Jan 19, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Suggests an improvement or new feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants