fsspec / universal_pathlib

pathlib api extended to use fsspec backends
MIT License
251 stars 44 forks source link

require fsspec>=2022.1.0 #148

Closed ap-- closed 1 year ago

ap-- commented 1 year ago

This PR closes #141 by introducing a minimum version requirement for fsspec>=2022.1.0. I went as far back as reasonable before larger parts of the test suite started failing.

Some notes:

TODO: