fsspec / universal_pathlib

pathlib api extended to use fsspec backends
MIT License
240 stars 42 forks source link

upath.registry: don't rely on fsspec.registry.available_protocols #139

Closed ap-- closed 1 year ago

ap-- commented 1 year ago

We should take better care of our minimum version boundaries. (should be easy too... We have one dependency 😅 )

For now, restore compatibility with fsspec<2022.03.0.

A few things to note though, when running with an older fsspec:

Addresses #138