From 15ebd77ca351ca06ef9c2468948533d3d328c3b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 17:22:38 +0000 Subject: [PATCH] Update caikit requirement from <0.27.0,>=0.15.0 to >=0.15.0,<0.28.0 Updates the requirements on [caikit](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.15.0...v0.27.0) --- updated-dependencies: - dependency-name: caikit 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 d6b6daa..47cc45f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ classifiers=[ "License :: OSI Approved :: Apache Software License" ] dependencies = [ - "caikit>=0.15.0,<0.27.0", + "caikit>=0.15.0,<0.28.0", "ray[default]>=2.7.1,<3" ]