fsspec / fsspec/filesystem_spec
known_implementations should validate the minimum version
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.4k
- Forks
- 490
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 38
Description
This would prevent issues like https://github.com/dask/dask/issues/5298, where a user had gcsfs 0.2.3. 0.3.0 is required to work with fsspec.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the known_implementations entry point and inspect how implementation versions are currently recorded or checked. The change is complete when an incompatible version such as gcsfs 0.2.3 is rejected and the required 0.3.0 version is accepted.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend-api-design
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100