Skip to content

Commit ba78b26

Browse files
authored
Merge pull request #62 from caikit/dependabot/pip/caikit-gte-0.16.0-and-lt-0.29.0
build(deps): Update caikit requirement from <0.28.0,>=0.16.0 to >=0.16.0,<0.29.0
2 parents 9e24ddc + 661b9c5 commit ba78b26

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.28.0", # Core abstractions
16+
"caikit>=0.16.0,<0.29.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)