Skip to content

Commit 8db4fbf

Browse files
author
semantic-release
committed
chore(release): v4.0.3 [skip ci]
1 parent 2202f61 commit 8db4fbf

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-2
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,39 @@
11
# CHANGELOG
22

33

4+
## v4.0.3 (2025-06-16)
5+
6+
### Bug Fixes
7+
8+
- :wrench: introduce `MaestroMessage` ([#298](https://github.com/AI21Labs/ai21-python/pull/298),
9+
[`2202f61`](https://github.com/AI21Labs/ai21-python/commit/2202f611332653e399ac710d572b93445be4262a))
10+
11+
* refactor: reorganize imports by moving maestro models to their own module
12+
13+
* refactor: update input type in maestro run methods to use MaestroMessage instead of ChatMessage
14+
15+
* test: add parameterized tests for Maestro input formats in maestro.py
16+
17+
* feat: add async example for multi-message processing
18+
19+
* feat: update async example to handle multi-message input for business proposal
20+
21+
* feat: include requirements result in README example for Maestro runs
22+
23+
* fix: update content formatting in async_run_multi_messages.py for improved readability
24+
25+
---------
26+
27+
Co-authored-by: benshuk <[email protected]>
28+
29+
Co-authored-by: Asaf Joseph Gardin <[email protected]>
30+
31+
### Continuous Integration
32+
33+
- Added masestro labeler ([#299](https://github.com/AI21Labs/ai21-python/pull/299),
34+
[`fc872d5`](https://github.com/AI21Labs/ai21-python/commit/fc872d566921b7dce84b0b21fd1b2da32d2b3ec0))
35+
36+
437
## v4.0.2 (2025-06-16)
538

639
### Bug Fixes

ai21/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "4.0.2"
1+
VERSION = "4.0.3"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ exclude_lines = [
4646

4747
[tool.poetry]
4848
name = "ai21"
49-
version = "4.0.2"
49+
version = "4.0.3"
5050
description = ""
5151
authors = ["AI21 Labs"]
5252
readme = "README.md"

0 commit comments

Comments
 (0)