Skip to content

Commit

Permalink
chore: downgrade fsspec (#77)
Browse files Browse the repository at this point in the history
<!-- begin-generated-description -->

This PR updates the `fsspec package to version `2024.6.1` in the `poetry.lock` and `pyproject.toml` files.

- The `fsspec` version is updated from `2024.10.0` to `2024.6.1` in the `poetry.lock` file.
- The `fsspec` dependency is updated from `>=2024.9.0` to `<=2024.6.1` in the `pyproject.toml` file.

<!-- end-generated-description -->
  • Loading branch information
LucasCohere authored Jan 9, 2025
1 parent a4024af commit 2b01b24
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[tool.poetry]
name = "compass-sdk"
version = "0.11.1"
version = "0.11.2"
authors = []
description = "Compass SDK"
readme = "README.md"
packages = [{ include = "cohere" }]

[tool.poetry.dependencies]
fsspec = ">=2024.9.0"
fsspec = ">=2024.6.1"
joblib = "1.4.2"
pydantic = ">=2.6.3"
python = ">=3.9,<4.0"
Expand Down

0 comments on commit 2b01b24

Please sign in to comment.