File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 22
33
44
5+ ## v2.0.0-rc.9 (2024-01-07)
6+
7+ ### Fix
8+
9+ * fix: Removed name parameter from chat message (#36 )
10+
11+ * fix: removed name parameter from chat message
12+
13+ * fix: imports in integration tests ([ ` 2d0fe72 ` ] ( https://github.com/AI21Labs/ai21-python/commit/2d0fe725975b5e1c9e817830994cefd91fca0e58 ) )
14+
15+
516## v2.0.0-rc.8 (2024-01-03)
617
18+ ### Chore
19+
20+ * chore(release): v2.0.0-rc.8 [ skip ci] ([ ` b766c77 ` ] ( https://github.com/AI21Labs/ai21-python/commit/b766c770c0540cd70657302cea7cc95b869992d6 ) )
21+
722### Fix
823
924* fix: env vars to http client in sagemaker (#35 )
Original file line number Diff line number Diff line change 1- VERSION = "2.0.0-rc.8 "
1+ VERSION = "2.0.0-rc.9 "
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ exclude_lines = [
4646
4747[tool .poetry ]
4848name = " ai21"
49- version = " 2.0.0-rc.8 "
49+ version = " 2.0.0-rc.9 "
5050description = " "
5151authors = [" AI21 Labs" ]
5252readme = " README.md"
You can’t perform that action at this time.
0 commit comments