-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
github-actions
committed
Dec 11, 2024
1 parent
7d09c31
commit 0f29f39
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
## Version 0.10.1 | ||
|
||
This minor release includes a version bump and improvements in type hinting within the llamabot components. | ||
|
||
### New Features | ||
|
||
- Improved type hinting in the `process_messages` function to support variable length tuples, enhancing the function's flexibility and correctness in handling different input types. (440a6af) (Eric Ma) | ||
- Updated llamabot version in `pixi.lock` from 0.9.21 to 0.10.0, ensuring compatibility with the latest features and fixes. (440a6af) (Eric Ma) | ||
- Extended `test_process_messages_with_nested_types` to better verify the handling of various input types, improving test coverage and reliability. (440a6af) (Eric Ma) | ||
|
||
### Bug Fixes | ||
|
||
- None | ||
|
||
### Deprecations | ||
|
||
- None | ||
|
||
This release primarily focuses on internal improvements and does not introduce any new user-facing features or deprecations. |