diff --git a/poetry.lock b/poetry.lock index 14ad3f0..effec7f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -313,18 +313,18 @@ runtime-trace = ["opentelemetry-exporter-otlp (>=1.24.0,<2)", "opentelemetry-sdk [[package]] name = "caikit-nlp" -version = "0.5.5" +version = "0.5.6" description = "Caikit NLP" optional = false python-versions = "~=3.9" files = [ - {file = "caikit_nlp-0.5.5-py3-none-any.whl", hash = "sha256:d81f0ffe840aa6631913e8426aadca24b3c3f0e361e7892dbfe3763e3341b6f3"}, - {file = "caikit_nlp-0.5.5.tar.gz", hash = "sha256:4e5ef67b92d319500a3057573f9d0dbd97ea9be187e7492eae02cfd635d6ce16"}, + {file = "caikit_nlp-0.5.6-py3-none-any.whl", hash = "sha256:4f042809fb63df8556893a8f1449aeb7b4a0e563848da152eacc72026b01fa0c"}, + {file = "caikit_nlp-0.5.6.tar.gz", hash = "sha256:92d6421de9825708f7b8834cc4f178da52a009123c7242d2f57db026b52ef1f9"}, ] [package.dependencies] accelerate = ">=0.22.0" -caikit = {version = ">=0.26.34,<0.27.0", extras = ["runtime-grpc", "runtime-http"]} +caikit = {version = ">=0.26.34,<0.28.0", extras = ["runtime-grpc", "runtime-http"]} caikit-tgis-backend = ">=0.1.36,<0.2.0" datasets = ">=2.4.0" grpcio = ">=1.62.2" @@ -3819,4 +3819,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "b8a4c088e93146c5b03881bc50372a86c5dda42052e8c994262b1449c4855b16" +content-hash = "b0b7a33a5074be6775a23d3cc658c16a855ccea9f1bedb68963be4dacce97963" diff --git a/pyproject.toml b/pyproject.toml index f9a9409..fc263da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "~3.11" caikit = "0.26.40" -caikit-nlp = "0.5.5" +caikit-nlp = "0.5.6" caikit-tgis-backend = "0.1.37" [build-system]