cisco-en-programmability/dnacentersdk

Support for requests library >=2.31.0

Closed this issue · 3 comments

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

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/

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

Changed.