pystac-client
pystac-client copied to clipboard
urllib3 release breaks tests
It looks like urllib3 2.0.2 was released yesterday and it seems to be causing the tests to fail: #508
It might be related to https://github.com/psf/requests/issues/6432 or something else
I think it's just this? https://github.com/kevin1024/vcrpy/issues/688#issuecomment-1533416925
Latest requests supports urllib3: https://github.com/psf/requests/releases/tag/v2.30.0
Nice sleuthing. So we just wait with faiing tests or should we pin around it temporarily with the understanding that we will not release with a ceiling?
LOL I was in the process of writing https://github.com/stac-utils/pystac-client/pull/480#issuecomment-1534967556, let's ceil and move along.
Leaving this open to track reverting https://github.com/stac-utils/pystac-client/pull/508 before release.