HDFGroup / hsds

Cloud-native, service based access to HDF data
https://www.hdfgroup.org/solutions/hdf-kita/
Apache License 2.0
125 stars 52 forks source link

Fix socket connections #374

Closed mattjala closed 2 weeks ago

mattjala commented 2 weeks ago

After #371, socket operations started failing. This seems to be due to an incompatibility between requests>=2.29.0 and urllib3>=2.0.0. The only change that PR made to dependencies was to bump aiobotocore, which doesn't require urllib3>=2.0.0, so I'm not sure why the package versions downloaded changed as a result.

To resolve this

This PR also includes a new workflow to test the socket specifically to prevent this from happening in the future.