From dd090142ec840425dbf8678e645fbeff0531fcd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 00:09:14 +0000 Subject: [PATCH] build(deps): Update caikit requirement from <0.29,>=0.25 to >=0.25,<0.30 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.25.0...v0.29.0) --- updated-dependencies: - dependency-name: caikit dependency-version: 0.29.0 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 57ef993..01d0242 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ classifiers=[ "License :: OSI Approved :: Apache Software License" ] dependencies = [ - "caikit>=0.25,<0.29", + "caikit>=0.25,<0.30", ] [project.optional-dependencies]