Skip to content

[chore] Relax fsspec dependency - #181

Open
raphaelavalos-cohere wants to merge 1 commit into
mainfrom
ra/ffspec_dep
Open

[chore] Relax fsspec dependency#181
raphaelavalos-cohere wants to merge 1 commit into
mainfrom
ra/ffspec_dep

Conversation

@raphaelavalos-cohere

@raphaelavalos-cohere raphaelavalos-cohere commented Jan 30, 2026

Copy link
Copy Markdown

Hello this PR relaxes the fsspec dependency for internal tools compatibility.

@raphaelavalos-cohere
raphaelavalos-cohere requested a review from a team as a code owner January 30, 2026 15:13
@cla-assistant

cla-assistant Bot commented Jan 30, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@raphaelavalos-cohere raphaelavalos-cohere changed the title Relax fsspec dependency [chore] Relax fsspec dependency Jan 30, 2026
Comment thread pyproject.toml Outdated

[tool.poetry.dependencies]
fsspec = "^2025.9.0"
fsspec = ">=2024.12,<2025.10"

@dbaxter-cohere dbaxter-cohere Jan 30, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The old dependency is 2025.9.0 or higher. Why are we not allowing newer versions explicitly now?

If you need to go back in time to an earlier version why not >=2024.12.0?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good point, I switched to "^2025.5.0"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants