diff --git a/poetry.lock b/poetry.lock index 66b8d19..2e118d5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "annotated-types" @@ -163,13 +163,13 @@ test = ["pytest (>=6)"] [[package]] name = "fsspec" -version = "2024.10.0" +version = "2024.12.0" description = "File-system specification" optional = false python-versions = ">=3.8" files = [ - {file = "fsspec-2024.10.0-py3-none-any.whl", hash = "sha256:03b9a6785766a4de40368b88906366755e2819e758b83705c88cd7cb5fe81871"}, - {file = "fsspec-2024.10.0.tar.gz", hash = "sha256:eda2d8a4116d4f2429db8550f2457da57279247dd930bb12f821b58391359493"}, + {file = "fsspec-2024.12.0-py3-none-any.whl", hash = "sha256:b520aed47ad9804237ff878b504267a3b0b441e97508bd6d2d8774e3db85cee2"}, + {file = "fsspec-2024.12.0.tar.gz", hash = "sha256:670700c977ed2fb51e0d9f9253177ed20cbde4a3e5c0283cc5385b5870c8533f"}, ] [package.extras] @@ -633,4 +633,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "d96430db76b53cd3514eebb01988faffc772f2537cf2a6c2ea0e568da6fa851f" +content-hash = "048fe42dd3e2c20ca877875166bb2968acd13f0d61b96c37d8cea6bb91ee9b7f" diff --git a/pyproject.toml b/pyproject.toml index d2e9e79..7f2dbde 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"