diff --git a/poetry.lock b/poetry.lock index d3ab70f..2048be4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -258,13 +258,13 @@ tests-mypy = ["mypy (>=1.11.1)", "pytest-mypy-plugins"] [[package]] name = "caikit" -version = "0.27.6" +version = "0.27.7" 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.27.6-py3-none-any.whl", hash = "sha256:74a2c8cbd9021bf07e475d9add26e25fce373d65d24f25f71319d1d4b435e4e5"}, - {file = "caikit-0.27.6.tar.gz", hash = "sha256:979de9a5bdf13e35e5cf0f73fcd5362474be0f7e30fd0c37bf5ebc559d59328b"}, + {file = "caikit-0.27.7-py3-none-any.whl", hash = "sha256:fbd0b3c0d55ebb5b01e1cd68ec8f29b19408944c029c7577577bf94246b4c901"}, + {file = "caikit-0.27.7.tar.gz", hash = "sha256:f45048951dc1f186acd7cc0973e2de3db411393450c4ecb3f821dd34b66b6549"}, ] [package.dependencies] @@ -3158,11 +3158,6 @@ files = [ {file = "triton-3.0.0-1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:34e509deb77f1c067d8640725ef00c5cbfcb2052a1a3cb6a6d343841f92624eb"}, {file = "triton-3.0.0-1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:bcbf3b1c48af6a28011a5c40a5b3b9b5330530c3827716b5fbf6d7adcc1e53e9"}, {file = "triton-3.0.0-1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:6e5727202f7078c56f91ff13ad0c1abab14a0e7f2c87e91b12b6f64f3e8ae609"}, - {file = "triton-3.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:39b052da883351fdf6be3d93cedae6db3b8e3988d3b09ed221bccecfa9612230"}, - {file = "triton-3.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:cd34f19a8582af96e6291d4afce25dac08cb2a5d218c599163761e8e0827208e"}, - {file = "triton-3.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0d5e10de8c011adeb7c878c6ce0dd6073b14367749e34467f1cff2bde1b78253"}, - {file = "triton-3.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e8903767951bf86ec960b4fe4e21bc970055afc65e9d57e916d79ae3c93665e3"}, - {file = "triton-3.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:41004fb1ae9a53fcb3e970745feb87f0e3c94c6ce1ba86e95fa3b8537894bef7"}, ] [package.dependencies] @@ -3851,4 +3846,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "af06fda7f70d5812dccd47090a17f34631534ae0ce47ff6770cfc6111b30df8d" +content-hash = "5ebba0133f01669b21229f62260dd7bb1b3fd139192ee6d50e05714b765cd7a1" diff --git a/pyproject.toml b/pyproject.toml index 0e447e9..87c9753 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "~3.11" -caikit = "0.27.6" +caikit = "0.27.7" caikit-nlp = "0.5.7" caikit-tgis-backend = "0.1.38"