From ded2908dbc92ca3752611194c339d1cd8c0ef870 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 06:09:52 +0000 Subject: [PATCH] build(deps): Update caikit requirement 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.16.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 e2d4680..68b8bf0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ classifiers=[ "License :: OSI Approved :: Apache Software License" ] dependencies = [ - "caikit>=0.16.0,<0.27.0", # Core abstractions + "caikit>=0.16.0,<0.28.0", # Core abstractions "grpcio>=1.35.0,<2.0", # Client calls to TGIS "requests>=2.28.2,<3", # Health check calls to TGIS ]