This release updates dependencies and fixes a compatibility issue with urllib3.
Changed
- Update
requirements.txt(#180). - Remove scandir dependency from
setup.py(#180). - Bump urllib3 dependency to 2.6.3 (73cfb7d).
- Bump python-irodsclient dependency to <4.0.0 (#316).
Fixed
- Fix compatibility issues caused by an interface change in
urllib3.response.HTTPResponse(#313).