Hi all, I see v2.19.5 was just released. Was hoping this was going to fix the <requests → docker-py ...
j
Hi all, I see v2.19.5 was just released. Was hoping this was going to fix the requests → docker-py issue? I see in main (v3) docker is pinned to
docker >= 4
but the 2.x branch still has the pin to
docker >= 4.0, < 7.0
and only
docker >= 7
has the requests fix. I’ve temporarily pinned in my own project, and
EXTRA_PIP_PACKAGES
for the kubernetes workers, but I’m hoping this will be back-ported from v3?
n
hi @Joe Mesterhazy - sorry about that! here's a PR to update
2.x
. i'll get that released as soon as possible