Skip to content

Commit

Permalink
bump version and switch to gte
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasCohere committed Jan 9, 2025
1 parent 67ce947 commit b163dde
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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.6.1"
fsspec = ">=2024.6.1"
joblib = "1.4.2"
pydantic = ">=2.6.3"
python = ">=3.9,<4.0"
Expand Down

0 comments on commit b163dde

Please sign in to comment.