crim-ca / weaver

Weaver: Workflow Execution Management Service (EMS); Application, Deployment and Execution Service (ADES); OGC API - Processes; WPS; CWL Application Package
https://pavics-weaver.readthedocs.io
Apache License 2.0
23 stars 6 forks source link

temporary pin `requests!=2.32` to avoid issue with `docker-py` #653

Closed fmigneault closed 1 month ago

fmigneault commented 1 month ago

relates to https://github.com/docker/docker-py/pull/3257, https://github.com/psf/requests/issues/6707, https://github.com/psf/requests/pull/6710, https://github.com/crim-ca/weaver/pull/651, https://github.com/crim-ca/weaver/pull/650

docker-py uses a custom adapter that does not override the new method used by requests=2.32

The docker-py PR is merged, but not released yet. Need to wait for a release to pin it.