From adf4461fd2a91a04e4af05c67ceb3ddcfbf8ff81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 19:34:19 +0000 Subject: [PATCH] build(deps): bump caikit from 0.26.25 to 0.26.29 Bumps [caikit](https://github.com/caikit/caikit) from 0.26.25 to 0.26.29. - [Release notes](https://github.com/caikit/caikit/releases) - [Changelog](https://github.com/caikit/caikit/blob/main/releases.md) - [Commits](https://github.com/caikit/caikit/compare/v0.26.25...v0.26.29) --- updated-dependencies: - dependency-name: caikit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5b5d6dd7..b9334b9b 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.29" 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.29-py3-none-any.whl", hash = "sha256:b9b257107fbdda3db6fe02783a05f732c8fd07baa59b4d634dfb4e6777a51d53"}, + {file = "caikit-0.26.29.tar.gz", hash = "sha256:6507884d61deb7969cf09984a2394d0ec9b7bcec2da83ebba00adaf548473915"}, ] [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 = "745611edde77dc8b83f78d3fe3df14d2f55b8e5f79a206824f1b729762251a13" diff --git a/pyproject.toml b/pyproject.toml index fabfe8c5..b8169a7d 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.29" caikit-nlp = "0.4.11" caikit-tgis-backend = "0.1.31"