fsspec / fsspec/filesystem_spec

known_implementations should validate the minimum version

Open
#119 4 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.