Skip to content

Commit ded2908

Browse files
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](caikit/caikit@v0.16.0...v0.27.0) --- updated-dependencies: - dependency-name: caikit dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 057b5fb commit ded2908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ classifiers=[
1313
"License :: OSI Approved :: Apache Software License"
1414
]
1515
dependencies = [
16-
"caikit>=0.16.0,<0.27.0", # Core abstractions
16+
"caikit>=0.16.0,<0.28.0", # Core abstractions
1717
"grpcio>=1.35.0,<2.0", # Client calls to TGIS
1818
"requests>=2.28.2,<3", # Health check calls to TGIS
1919
]

0 commit comments

Comments
 (0)