diff --git a/poetry.lock b/poetry.lock index 5b5d6dd7..58d86b04 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "accelerate" @@ -231,13 +231,13 @@ tests-no-zope = ["attrs[tests-mypy]", "cloudpickle", "hypothesis", "pympler", "p [[package]] name = "caikit" -version = "0.26.25" +version = "0.26.30" description = "AI toolkit that enables AI users to consume stable task-specific model APIs and enables AI developers build algorithms and models in a modular/composable framework" optional = false python-versions = ">=3.8" files = [ - {file = "caikit-0.26.25-py3-none-any.whl", hash = "sha256:08d999425a4ce970098b6522763bcff751fa6bba231494dc3f907df93777cee5"}, - {file = "caikit-0.26.25.tar.gz", hash = "sha256:953119470e3d87d619a5ae5a83e0c47d814f95250f33643a9b87211d9d9eed31"}, + {file = "caikit-0.26.30-py3-none-any.whl", hash = "sha256:1e61d5d3d2c3853d5fa5db1d52a2d18c014c2657123870a6b82a92025506b1a2"}, + {file = "caikit-0.26.30.tar.gz", hash = "sha256:980651cca8dfddba38cb139e2261af5d9dfc9a86189c62cd35b31170320f48e8"}, ] [package.dependencies] @@ -271,7 +271,7 @@ all = ["caikit[interfaces-ts,interfaces-vision,runtime-client,runtime-grpc,runti all-dev = ["caikit[all,dev-build,dev-docs,dev-fmt,dev-test]"] dev-build = ["flit (==3.9.0)"] dev-docs = ["sphinx (>=4.0.2,<8.0)", "sphinx-autoapi (>=2.1.0)", "sphinx-rtd-theme (>=1.2.1,<2.1.0)"] -dev-fmt = ["pre-commit (>=3.0.4,<4.0)", "pydeps (>=1.12.12,<2)", "ruff (==0.4.4)"] +dev-fmt = ["pre-commit (>=3.0.4,<4.0)", "pydeps (>=1.12.12,<2)", "ruff (==0.4.7)"] dev-proto3 = ["caikit[all-dev]", "grpcio (>=1.35.0,<1.64)", "grpcio-health-checking (>=1.35.0,<1.64)", "grpcio-reflection (>=1.35.0,<1.64)", "protobuf (>=3.19.0,<3.20)"] dev-test = ["caikit[interfaces-ts-pyspark,interfaces-vision,runtime-client]", "pytest (>=6.2.5,<8.0)", "pytest-asyncio (>=0.21.0,<0.22)", "pytest-cov (>=2.10.1,<6.0)", "pytest-html (>=3.1.1,<5.0)", "tls-test-tools (>=0.1.1)", "wheel (>=0.38.4)"] interfaces-ts = ["pandas (>=1.4.3,<2)"] @@ -3774,4 +3774,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "e7f084b6480cde25fa72cd779890a43e6c254999924e01b7a328f9ee32a3bec6" +content-hash = "11cf9b0ca382a3fe467c624d4f873081b7ee5df97222270d11e080d227bcc4f7" diff --git a/pyproject.toml b/pyproject.toml index fabfe8c5..fd666d55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "~3.11" -caikit = "0.26.25" +caikit = "0.26.30" caikit-nlp = "0.4.11" caikit-tgis-backend = "0.1.31"