ansys / pyensight

Python API for EnSight
http://ensight.docs.pyansys.com
MIT License
6 stars 2 forks source link

Force the requests version to avoid issues with docker #374

Closed margalva closed 3 months ago

margalva commented 3 months ago

The new version v2.32.X of requests, changed the behavior in which the send command works - and other libraries like docker-py (which were overriding the behavior of underlying functions in the requests library) started failing.

Force the version to be < 2.32 while the other libraries get updated