From 6cc315fa898e54102750725338b86b6f811dfa98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 19:54:06 +0000 Subject: [PATCH] Update caikit[interfaces-vision,runtime-grpc,runtime-http] requirement Updates the requirements on [caikit[interfaces-vision,runtime-grpc,runtime-http]](https://github.com/caikit/caikit) to permit the latest version. - [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.16.0...v0.26.0) --- updated-dependencies: - dependency-name: caikit[interfaces-vision,runtime-grpc,runtime-http] dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2e21f1f..250d541 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ classifiers=[ "License :: OSI Approved :: Apache Software License" ] dependencies = [ - "caikit[runtime-grpc,runtime-http,interfaces-vision]>=0.16.0,<0.24.0", + "caikit[runtime-grpc,runtime-http,interfaces-vision]>=0.16.0,<0.27.0", "transformers>=4.27.1,<5", "torch>2.0,<3", "timm>=0.9.5,<1"