ansys / pydynamicreporting

Pyansys project for Ansys Dynamic Reporting, a report generator tool.
https://dynamicreporting.docs.pyansys.com/
MIT License
7 stars 1 forks source link

Force the requests version to avoid issues with docker #99

Closed margalva closed 1 month ago

margalva commented 1 month 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