File tree Expand file tree Collapse file tree 3 files changed +52
-2
lines changed Expand file tree Collapse file tree 3 files changed +52
-2
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
4+ ## v3.3.0 (2025-05-25)
5+
6+ ### Bug Fixes
7+
8+ - Remove optional ` context ` parameter from maestro requests
9+ ([ #288 ] ( https://github.com/AI21Labs/ai21-python/pull/288 ) ,
10+ [ ` 8fbfc9d ` ] ( https://github.com/AI21Labs/ai21-python/commit/8fbfc9daa9d856ca7b367bd502b20661aadfc493 ) )
11+
12+ * fix: remove optional parameter from maestro requests
13+
14+ * fix: remove jamba instruct tests
15+
16+ ### Documentation
17+
18+ - Update README.md ([ #287 ] ( https://github.com/AI21Labs/ai21-python/pull/287 ) ,
19+ [ ` c0939c4 ` ] ( https://github.com/AI21Labs/ai21-python/commit/c0939c4fdab19e66526144f2630f534bf7c284bc ) )
20+
21+ ### Features
22+
23+ - :sparkles : Enhance Requirement and Output Options in Maestro
24+ ([ #289 ] ( https://github.com/AI21Labs/ai21-python/pull/289 ) ,
25+ [ ` 329379f ` ] ( https://github.com/AI21Labs/ai21-python/commit/329379ff9f295f0d1f05a962ea19868b490a7544 ) )
26+
27+ * feat: :sparkles : Enhance Requirement and Output Options in Maestro
28+
29+ * chore: :wrench : Include Requirements Result in Maestro Async and Sync Runs examples
30+
31+ * fix: :label : requirements typings
32+
33+ ---------
34+
35+ Co-authored-by: benshuk < bens@ai21.com >
36+
37+ - Added launchpad client ([ #285 ] ( https://github.com/AI21Labs/ai21-python/pull/285 ) ,
38+ [ ` 08a5b41 ` ] ( https://github.com/AI21Labs/ai21-python/commit/08a5b4103de9cf61e337b6eb7c9a531c7420894d ) )
39+
40+ * feat: Added launchpad client
41+
42+ * test: Added imports to test
43+
44+ ### Refactoring
45+
46+ - Remove client url creation ([ #286 ] ( https://github.com/AI21Labs/ai21-python/pull/286 ) ,
47+ [ ` 05b2e0d ` ] ( https://github.com/AI21Labs/ai21-python/commit/05b2e0d9dd792713963891b9c508813217bfce2a ) )
48+
49+ * refactor: Remove client url creation
50+
51+ * fix: tests
52+
53+
454## v3.2.0 (2025-04-28)
555
656### Bug Fixes
Original file line number Diff line number Diff line change 1- VERSION = "3.2 .0"
1+ VERSION = "3.3 .0"
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ exclude_lines = [
4646
4747[tool .poetry ]
4848name = " ai21"
49- version = " 3.2 .0"
49+ version = " 3.3 .0"
5050description = " "
5151authors = [" AI21 Labs" ]
5252readme = " README.md"
You can’t perform that action at this time.
0 commit comments