From c322534629c7c1f4f604ba8975ea87244d22a560 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 19:54:27 +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.23.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 bc7127d..2e21f1f 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.20.0", + "caikit[runtime-grpc,runtime-http,interfaces-vision]>=0.16.0,<0.24.0", "transformers>=4.27.1,<5", "torch>2.0,<3", "timm>=0.9.5,<1"