File tree Expand file tree Collapse file tree 3 files changed +41
-2
lines changed Expand file tree Collapse file tree 3 files changed +41
-2
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
4+ ## v3.1.0-rc.8 (2025-01-21)
5+
6+ ### Bug Fixes
7+
8+ - 🐛 create thread without messages plz ([ #260 ] ( https://github.com/AI21Labs/ai21-python/pull/260 ) ,
9+ [ ` 9b73967 ` ] ( https://github.com/AI21Labs/ai21-python/commit/9b73967be1762d8cd0e772a7455dc9db6ebbb9c0 ) )
10+
11+ * fix: :bug : create thread without messages plz
12+
13+ * docs: :memo : update assistant example
14+
15+ ---------
16+
17+ Co-authored-by: benshuk < bens@ai21.com >
18+
19+ ### Chores
20+
21+ - :recycle : thread messages should be optional
22+ ([ ` 7198db9 ` ] ( https://github.com/AI21Labs/ai21-python/commit/7198db963dd9d922ec290ac5f9e79b941a116075 ) )
23+
24+ ### Features
25+
26+ - ✨ support deleting assistant ([ #258 ] ( https://github.com/AI21Labs/ai21-python/pull/258 ) ,
27+ [ ` 0195f62 ` ] ( https://github.com/AI21Labs/ai21-python/commit/0195f62ba33f2c5af0403f40e49d1a1865869a1a ) )
28+
29+ * feat: :sparkles : support deleting assistant
30+
31+ * fix: :recycle : assistant route description should be optional
32+
33+ ---------
34+
35+ Co-authored-by: benshuk < bens@ai21.com >
36+
37+
438## v3.1.0-rc.7 (2025-01-13)
539
640### Bug Fixes
1246 ([ #257 ] ( https://github.com/AI21Labs/ai21-python/pull/257 ) ,
1347 [ ` 6d9d1a4 ` ] ( https://github.com/AI21Labs/ai21-python/commit/6d9d1a416dc070076175430fcdd18b56bd658e5b ) )
1448
49+ ### Chores
50+
51+ - ** release** : V3.1.0-rc.7 [ skip ci]
52+ ([ ` 45d874c ` ] ( https://github.com/AI21Labs/ai21-python/commit/45d874cc46e382746cd3eaf2165222ff7318c7ca ) )
53+
1554
1655## v3.1.0-rc.6 (2025-01-08)
1756
Original file line number Diff line number Diff line change 1- VERSION = "3.1.0-rc.7 "
1+ VERSION = "3.1.0-rc.8 "
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.1.0-rc.7 "
49+ version = " 3.1.0-rc.8 "
5050description = " "
5151authors = [" AI21 Labs" ]
5252readme = " README.md"
You can’t perform that action at this time.
0 commit comments