fix(deps): update dependency caikit to v0.27.7 (rhoai-2.8) - abandoned #37
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.26.18
->0.27.7
Release Notes
caikit/caikit (caikit)
v0.27.7
: - Local model trainer bug fixCompare Source
What's Changed
Full Changelog: caikit/caikit@v0.27.6...v0.27.7
v0.27.6
: - ModelTrainerBase regression fixCompare Source
What's Changed
NOTE: This release fixes an accidental API breaking change between
v0.26
andv0.27.0
where thesave_path
attribute was removed fromModelTrainerFutureBase
.Full Changelog: caikit/caikit@v0.27.5...v0.27.6
v0.27.5
: - GRPC concurrency limit optionCompare Source
What's Changed
Full Changelog: caikit/caikit@v0.27.4...v0.27.5
v0.27.4
: - Module Loaded FixCompare Source
What's Changed
Full Changelog: caikit/caikit@v0.27.3...v0.27.4
v0.27.3
: - Chunker type importCompare Source
What's Changed
Full Changelog: caikit/caikit@v0.27.2...v0.27.3
v0.27.2
: - Chunker typesCompare Source
What's Changed
Full Changelog: caikit/caikit@v0.27.1...v0.27.2
v0.27.1
: - Max remote connection ageCompare Source
What's Changed
Full Changelog: caikit/caikit@v0.27.0...v0.27.1
v0.27.0
: - Prediction JobsCompare Source
What's Changed
API BREAKING CHANGE
This release introduces a major new feature: background management for long-running prediction jobs!
This feature comes with a small API breaking change around the name of the message used in
TrainingStatusResponse.state
fromTrainingStatus
toJobStatus
(see PR discussion here and here for explanation). This will not effect service-based interactions in eithergrpc
orhttp
, but it will potentially effect python usage when looking up messages by name (DataBase.get_class_for_name
), so this is considered an API breaking change for that use case.Full Changelog: caikit/caikit@v0.26.40...v0.27.0
v0.26.40
: - Additional grpc server streaming error handlingCompare Source
What's Changed
Full Changelog: caikit/caikit@v0.26.39...v0.26.40
v0.26.39
: - GRPC server streaming error updateCompare Source
What's Changed
Full Changelog: caikit/caikit@v0.26.38...v0.26.39
v0.26.38
: - Model info partially loadedCompare Source
What's Changed
Full Changelog: caikit/caikit@v0.26.37...v0.26.38
v0.26.37
: - Initial metadata for input streamingCompare Source
What's Changed
Full Changelog: caikit/caikit@v0.26.36...v0.26.37
v0.26.36
: - Fix module json in service dump toolCompare Source
What's Changed
Full Changelog: caikit/caikit@v0.26.35...v0.26.36
v0.26.35
: - Runtime TracingCompare Source
What's Changed
New Contributors
Full Changelog: caikit/caikit@v0.26.34...v0.26.35
v0.26.34
: - Module backend request context supportCompare Source
What's Changed
Full Changelog: caikit/caikit@v0.26.33...v0.26.34
v0.26.33
: - Remote runtime retriesCompare Source
What's Changed
Full Changelog: caikit/caikit@v0.26.32...v0.26.33
v0.26.32
: - Train entrypoint completion fileCompare Source
What's Changed
Full Changelog: caikit/caikit@v0.26.31...v0.26.32
v0.26.31
: - HTTP Auto-DocumentationCompare Source
What's Changed
Full Changelog: caikit/caikit@v0.26.30...v0.26.31
v0.26.30
: - Better dataclass default value supportCompare Source
What's Changed
Full Changelog: caikit/caikit@v0.26.29...v0.26.30
v0.26.29
: - Runtime MM Pluggable AbstractionsCompare Source
What's Changed
Full Changelog: caikit/caikit@v0.26.28...v0.26.29
v0.26.28
: - Fix duplicate call to get request paramsCompare Source
What's Changed
New Contributors
Full Changelog: caikit/caikit@v0.26.27...v0.26.28
v0.26.27
: - Model info metadata accepts non-string valuesCompare Source
What's Changed
New Contributors
Full Changelog: caikit/caikit@v0.26.26...v0.26.27
v0.26.26
: - Module context_argCompare Source
What's Changed
Full Changelog: caikit/caikit@v0.26.25...v0.26.26
v0.26.25
: - Disallow grpcio 1.64.0Compare Source
What's Changed
Full Changelog: caikit/caikit@v0.26.24...v0.26.25
v0.26.24
: - Caikit core exception handling in runtime servicersCompare Source
What's Changed
Full Changelog: caikit/caikit@v0.26.23...v0.26.24
v0.26.23
: - Exception handling in train script mainCompare Source
What's Changed
Full Changelog: caikit/caikit@v0.26.22...v0.26.23
v0.26.22
: - Multi-task train API bug fixCompare Source
What's Changed
Full Changelog: caikit/caikit@v0.26.21...v0.26.22
v0.26.21
: - Model Management API and HTTP Training ManagementCompare Source
What's Changed
Full Changelog: caikit/caikit@v0.26.20...v0.26.21
v0.26.20
: - Non string grpc optionsCompare Source
What's Changed
Full Changelog: caikit/caikit@v0.26.19...v0.26.20
v0.26.19
: - Log protocol type hintsCompare Source
What's Changed
Full Changelog: caikit/caikit@v0.26.18...v0.26.19
Configuration
📅 Schedule: Branch creation - "after 5am on saturday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.