Open chrisk314 opened 2 years ago
We'd love for requests
to be unpinned because it conflicts with a lot of standard PyPi packages like common AWS libraries (e.g. redshift). This means that we isolate Dataiku work in its own virtual environments to work with it, where as we wish it was better integrated with the rest of our Python code.
I have the same issue here. I've cloned this repo and unpinned the dependency and built a private pip package to work around this. It has worked across a number of projects.
Please resolve whatever issues are preventing you from using the most recent version of
requests
and unpin this dependency. Pinned dependencies in library packages introduce issues for users downstream, as shown in the output frompip
included below.