cisco-en-programmability / dnacentersdk

Cisco DNA Center Python SDK
https://dnacentersdk.readthedocs.io/en/latest/
MIT License
70 stars 31 forks source link

Support for requests library >=2.31.0 #132

Closed craigers521 closed 6 months ago

craigers521 commented 9 months ago

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 commented 9 months ago

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 commented 7 months ago

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

fmunozmiranda commented 6 months ago

Changed.