Skip to content

Commit

Permalink
Update caikit requirement from <0.17.0,>=0.15.0 to >=0.15.0,<0.19.0
Browse files Browse the repository at this point in the history
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.15.0...v0.18.0)

---
updated-dependencies:
- dependency-name: caikit
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 30, 2023
1 parent eaa235b commit 08a7c91
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 @@ -14,7 +14,7 @@ classifiers=[
"License :: OSI Approved :: Apache Software License"
]
dependencies = [
"caikit>=0.15.0,<0.17.0",
"caikit>=0.15.0,<0.19.0",
"ray[default]==2.6.3",
"pydantic<2"
]
Expand Down

0 comments on commit 08a7c91

Please sign in to comment.