File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 22
33
44
5+ ## v2.5.1 (2024-06-13)
6+
7+ ### Fix
8+
9+ * fix: Chain /studio/v1 to default url (#134 )
10+
11+ * fix: Chain /studio/v1
12+
13+ * fix: Async Client
14+
15+ * fix: Support urls
16+
17+ * fix: Extra line
18+
19+ * fix: Moved to external function ([ ` 8d305c5 ` ] ( https://github.com/AI21Labs/ai21-python/commit/8d305c537df846be8f6c12ba0e165c6d8ae3c06d ) )
20+
21+
522## v2.5.0 (2024-06-10)
623
24+ ### Chore
25+
26+ * chore(release): v2.5.0 [ skip ci] ([ ` f829c8f ` ] ( https://github.com/AI21Labs/ai21-python/commit/f829c8fc5430d65e771931c8c1f0af09bd75f94e ) )
27+
728### Feature
829
930* feat: add support for studio async client (#129 )
Original file line number Diff line number Diff line change 1- VERSION = "2.5.0 "
1+ VERSION = "2.5.1 "
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.5.0 "
49+ version = " 2.5.1 "
5050description = " "
5151authors = [" AI21 Labs" ]
5252readme = " README.md"
You can’t perform that action at this time.
0 commit comments