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:Remove upper bounds on all python dependency versions #628

Closed
wants to merge 3 commits into 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

@kishore7snehil kishore7snehil changed the title Remove upper bounds on all python dependency versions fix:Remove upper bounds on all python dependency versions Jan 29, 2025
@kishore7snehil
Copy link
Contributor

Closing this as all the changes have been included in #660.
Thanks for the contribution!

kishore7snehil added a commit that referenced this pull request Jan 29, 2025
### Changes
#### **Community Raised PRs**
This PR contains the following community raised PRs :

- [fix typo in
docstring](#637)
- [Added support for "include_totals" to
all_organization_member_roles](#635)
- [Fixed Version Table](#633)
- [Remove upper bounds on all python dependency
versions](#628)
- [Adding secrets to Codecov Action
Upload](#624)

 #### **Dependabot PRs**
List of bumped up dependancy versions : 
- [pyopenssl](#658)
- [pyyaml](#657)
- [frozenlist](#656)
- [argcomplete](#655)
- [cffi](#654)


### Testing
- [x] **This change adds test coverage.**  
- [x] **This change has been tested on the latest version of the
platform/language**.

### Contributor Checklist
- [x] I agree to adhere to the [Auth0 General Contribution
Guidelines](https://github.com/auth0/open-source-template/blob/master/GENERAL-CONTRIBUTING.md).
- [x] I agree to uphold the [Auth0 Code of
Conduct](https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md).
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.

3 participants