From 314e169de26d2eecf071784f58eb11fc875e7f10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 19:53:20 +0000 Subject: [PATCH] build(deps): bump caikit from 0.26.24 to 0.26.25 Bumps [caikit](https://github.com/caikit/caikit) from 0.26.24 to 0.26.25. - [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.24...v0.26.25) --- updated-dependencies: - dependency-name: caikit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 13 +++++++------ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7b31d28b..5438decd 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.24" +version = "0.26.25" 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.24-py3-none-any.whl", hash = "sha256:d4143fbfca92e1a4ac361532998720b69646c857d8f0f48f51106bda3d80e638"}, - {file = "caikit-0.26.24.tar.gz", hash = "sha256:390ccfd4d1b5a75279665632e2839658a36fe90ceac26d5485f107d126bc350d"}, + {file = "caikit-0.26.25-py3-none-any.whl", hash = "sha256:08d999425a4ce970098b6522763bcff751fa6bba231494dc3f907df93777cee5"}, + {file = "caikit-0.26.25.tar.gz", hash = "sha256:953119470e3d87d619a5ae5a83e0c47d814f95250f33643a9b87211d9d9eed31"}, ] [package.dependencies] @@ -246,7 +246,7 @@ alchemy-logging = ">=1.3.2,<2.0.0" anytree = ">=2.7.0,<3.0" docstring-parser = ">=0.14.1,<0.17.0" fastapi = {version = ">=0.100,<1", extras = ["all"], optional = true, markers = "extra == \"runtime-http\""} -grpcio = ">=1.35.0,<1.55.0 || >1.55.0,<2.0" +grpcio = ">=1.35.0,<1.55.0 || >1.55.0,<1.64.0 || >1.64.0,<2.0" grpcio-health-checking = {version = ">=1.35.0,<2.0", optional = true, markers = "extra == \"runtime-grpc\""} grpcio-reflection = {version = ">=1.35.0,<2.0", optional = true, markers = "extra == \"runtime-grpc\""} ijson = ">=3.1.4,<3.3.0" @@ -2279,6 +2279,7 @@ files = [ {file = "PyYAML-6.0.1-cp311-cp311-win_amd64.whl", hash = "sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34"}, {file = "PyYAML-6.0.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:855fb52b0dc35af121542a76b9a84f8d1cd886ea97c84703eaa6d88e37a2ad28"}, {file = "PyYAML-6.0.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:40df9b996c2b73138957fe23a16a4f0ba614f4c0efce1e9406a184b6d07fa3a9"}, + {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a08c6f0fe150303c1c6b71ebcd7213c2858041a7e01975da3a99aed1e7a378ef"}, {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6c22bec3fbe2524cde73d7ada88f6566758a8f7227bfbf93a408a9d86bcc12a0"}, {file = "PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:8d4e9c88387b0f5c7d5f281e55304de64cf7f9c0021a3525bd3b1c542da3b0e4"}, {file = "PyYAML-6.0.1-cp312-cp312-win32.whl", hash = "sha256:d483d2cdf104e7c9fa60c544d92981f12ad66a457afae824d146093b8c294c54"}, @@ -3773,4 +3774,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "2bceae3a7a6093498ea9548ac6ef3f256f980a192623d0d2c448a9ed20d04f6c" +content-hash = "4fbfc7d5ef99bebb1fc7be9c07533d9bffaf370b0985808f7771532081d0f3f7" diff --git a/pyproject.toml b/pyproject.toml index 7c22d32c..8bf4bea8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "~3.11" -caikit = "0.26.24" +caikit = "0.26.25" caikit-nlp = "0.4.11" caikit-tgis-backend = "0.1.31" grpcio="1.63.0" # temporarily pinned due caikit incompatibility with grpc>=1.64