Latest types-requests
breaks deps build, surfaces urllib3 chain issue
#14671
Labels
dependencies
Pull requests that update a dependency file
The latest
types-requests
package removes a dependency ontypes-urllib3
, and the typeshed has completely removedurllib3
types from the shed, since they are available in 2.0.x series.python/typeshed#10812
We are unable to upgrade to urllib3 yet, as some other tools pin to lower than 2.x
<2
, and even up to 7.17.9 https://github.com/elastic/elasticsearch-py/blob/deccbb732f17eee0937b7ec5980792849a2393d4/setup.py#L55 )I'll pin urllib3 to <2 to resolve a lot of these chains until we can resolve the above.
The text was updated successfully, but these errors were encountered: