Hi, elex locked the version constraint of requests as requests ==2.19., which leads a troubling scenario to its direct downstream project ** politico-civic-election-night ** which has dependency requests.
Could you please loosen the version constraint of requests?
Benefit of this is that users using both of elex and requests can upgrade their third party libraries in a timely manner to reduce technical debts.
Solution
The dependency trees of your project and affected downstream projects are shown as follows.
Taking the version constraints of upstream and downstream projects into comprehensive consideration, you can
- Loosen click to be requests >=2.19.0.
@eads May I submit a PR to this issue?
Thanks for your attention.
Best,
Neolith