Skip to content

Commit

Permalink
Merge pull request #61 from caikit/dependabot/pip/caikit-gte-0.16.0-a…
Browse files Browse the repository at this point in the history
…nd-lt-0.28.0

build(deps): Update caikit requirement from <0.27.0,>=0.16.0 to >=0.16.0,<0.28.0
  • Loading branch information
evaline-ju authored Sep 5, 2024
2 parents 057b5fb + ded2908 commit 9e24ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
]
Expand Down

0 comments on commit 9e24ddc

Please sign in to comment.