File tree Expand file tree Collapse file tree 3 files changed +27
-2
lines changed Expand file tree Collapse file tree 3 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 22
33
44
5+ ## v2.0.0-rc.8 (2024-01-03)
6+
7+ ### Fix
8+
9+ * fix: env vars to http client in sagemaker (#35 )
10+
11+ * fix: env vars to http
12+
13+ * fix: env vars to http ([ ` 4336c46 ` ] ( https://github.com/AI21Labs/ai21-python/commit/4336c46352f61cae80f44e413059250a5fd9c409 ) )
14+
15+ * fix: Pass env config to client ctor (#34 )
16+
17+ * fix: removed application and organization
18+
19+ * fix: tests ([ ` 4d4ef71 ` ] ( https://github.com/AI21Labs/ai21-python/commit/4d4ef7161b156cfed21b010e57140af2c15dc1a4 ) )
20+
21+ * fix: Added py.typed (#33 ) ([ ` 6c9c0d0 ` ] ( https://github.com/AI21Labs/ai21-python/commit/6c9c0d02d4df339efac1439a0ef5a0e4e2982587 ) )
22+
23+ * fix: Added env config class to init (#32 ) ([ ` fa199c4 ` ] ( https://github.com/AI21Labs/ai21-python/commit/fa199c4cfb00a2e28a054789801146a09d723fd0 ) )
24+
25+
526## v2.0.0-rc.7 (2024-01-02)
627
28+ ### Chore
29+
30+ * chore(release): v2.0.0-rc.7 [ skip ci] ([ ` 49a6ee1 ` ] ( https://github.com/AI21Labs/ai21-python/commit/49a6ee1bd528b529315d101be0c0cd812839df70 ) )
31+
732### Fix
833
934* fix: Restructure packages (#31 )
Original file line number Diff line number Diff line change 1- VERSION = "2.0.0-rc.7 "
1+ VERSION = "2.0.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 = " 2.0.0-rc.7 "
49+ version = " 2.0.0-rc.8 "
5050description = " "
5151authors = [" AI21 Labs" ]
5252readme = " README.md"
You can’t perform that action at this time.
0 commit comments