File tree Expand file tree Collapse file tree 3 files changed +35
-2
lines changed Expand file tree Collapse file tree 3 files changed +35
-2
lines changed Original file line number Diff line number Diff line change 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 < bens@ai21.com >
28+
29+ Co-authored-by: Asaf Joseph Gardin < 39553475+Josephasafg@users.noreply.github.com >
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
Original file line number Diff line number Diff line change 1- VERSION = "4.0.2 "
1+ VERSION = "4.0.3 "
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ exclude_lines = [
4646
4747[tool .poetry ]
4848name = " ai21"
49- version = " 4.0.2 "
49+ version = " 4.0.3 "
5050description = " "
5151authors = [" AI21 Labs" ]
5252readme = " README.md"
You can’t perform that action at this time.
0 commit comments