Skip to content

Commit

Permalink
Merge branch 'main' into luca/fix-datasource
Browse files Browse the repository at this point in the history
Signed-off-by: luca-cohere <[email protected]>
  • Loading branch information
luca-cohere authored Dec 12, 2024
2 parents d162215 + 421b216 commit b7710f1
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
40 changes: 20 additions & 20 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.9.2"
version = "0.9.3"
authors = []
description = "Compass SDK"
readme = "README.md"
packages = [{include = "cohere"}]

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

0 comments on commit b7710f1

Please sign in to comment.