This fixes 2 separate problems that showed up with releases within dependencies:
Cython 3 release broke PyYaml installation. This can be worked around by adding a constraint for Cython version upon install.
Urllib3 release 2.0 broke the requests package used by docker-py. Since we also depend directly on `requests, we work this around by pinning it to a compatible version.
Note that these are work-around for the current state of the tool. They should be removed once a proper upgrading of dependencies is done.
This fixes 2 separate problems that showed up with releases within dependencies:
requests
package used bydocker-py
. Since we also depend directly on `requests, we work this around by pinning it to a compatible version.Note that these are work-around for the current state of the tool. They should be removed once a proper upgrading of dependencies is done.