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

Support for requests library >=2.31.0 #132

Closed
craigers521 opened this issue Oct 6, 2023 · 3 comments
Closed

Support for requests library >=2.31.0 #132

craigers521 opened this issue Oct 6, 2023 · 3 comments

Comments

@craigers521
Copy link

Is your feature request related to a problem? Please describe.
Trying to build a container with multiple python modules, one of which requires requests 2.31.0, this is causing a conflict with the pip install because dnacentersdk requires <=2.28.

Describe the solution you'd like
Support for newer versions of the requests library, specifically >=2.31.0

Describe alternatives you've considered
Downgrading other dependencies, not feasible for my project

@craigers521
Copy link
Author

Also wanted to add 2.31.0 patched a security vulnerability, so this needs to be updated: https://www.cvedetails.com/cve/CVE-2023-32681/

@supermanny81
Copy link

+1, I'm having the same issue and our projects are getting flagged for the vulnerability.

fmunozmiranda added a commit that referenced this issue Jan 10, 2024
### Fixed
- Configuration template import template - check_type error #142 - Fixing required schema.
- Updating request version. Issue #132
@fmunozmiranda
Copy link
Collaborator

Changed.

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

No branches or pull requests

3 participants