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

Remove upper bounds on all python dependency versions #628

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

Conversation

ngfeldman
Copy link

@ngfeldman ngfeldman commented Sep 5, 2024

Changes

Removes upper bounds on

References

Addresses #627

Testing

Please describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. If this library has unit and/or integration testing, tests should be added for new functionality and existing tests should complete without errors.

  • This change adds unit test coverage N/A
  • This change adds integration test coverage N/A
  • This change has been tested on the latest version of the platform/language or why not

Checklist

@ngfeldman ngfeldman requested a review from a team as a code owner September 5, 2024 01:17
cryptography = "^42.0.4" # pyjwt has a weak dependency on cryptography
pyjwt = "^2.8.0"
requests = "^2.31.0"
urllib3 = "^2.0.7" # requests has a weak dependency on urllib3
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

urrlib3 is removed since it is not used directly by auth0-python. requests has an explicit dependency on urrlib3: https://github.com/psf/requests/blob/main/setup.cfg#L6

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.

1 participant