File tree Expand file tree Collapse file tree 3 files changed +36
-2
lines changed Expand file tree Collapse file tree 3 files changed +36
-2
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
3
4
+ ## v4.0.0 (2025-06-11)
5
+
6
+ ### Bug Fixes
7
+
8
+ - Incomplete URL logging on exception ([ #211 ] ( https://github.com/AI21Labs/ai21-python/pull/211 ) ,
9
+ [ ` fd422a5 ` ] ( https://github.com/AI21Labs/ai21-python/commit/fd422a5aa45c91622c7739a06bc5adee077209a7 ) )
10
+
11
+ * fix: Incomplete URL logging on exception
12
+
13
+ * fix: tests
14
+
15
+ - ♻️ expose poll_for_status function ([ #291 ] ( https://github.com/AI21Labs/ai21-python/pull/291 ) ,
16
+ [ ` 81f4209 ` ] ( https://github.com/AI21Labs/ai21-python/commit/81f4209aaf14babe8086f321ef60b5e850ad0791 ) )
17
+
18
+ * fix: :recycle : expose ` poll_for_status ` function
19
+
20
+ * refactor: :recycle : update ` poll_for_status ` method parameters to use consistent naming convention
21
+
22
+ * chore: :wrench : update CI configuration to use ubuntu-latest
23
+
24
+ ---------
25
+
26
+ Co-authored-by: benshuk
< [email protected] >
27
+
28
+ ### Refactoring
29
+
30
+ - Removed ai21-tokenizer dependency ([ #294 ] ( https://github.com/AI21Labs/ai21-python/pull/294 ) ,
31
+ [ ` 1c80f12 ` ] ( https://github.com/AI21Labs/ai21-python/commit/1c80f12d77330ac328a40091706446e1e4944955 ) )
32
+
33
+ * refactor: Removed ai21-tokenizer dependency
34
+
35
+ * fix: Removed unused test
36
+
37
+
4
38
## v3.3.0 (2025-05-25)
5
39
6
40
### Bug Fixes
Original file line number Diff line number Diff line change 1
- VERSION = "3.3 .0"
1
+ VERSION = "4.0 .0"
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ exclude_lines = [
46
46
47
47
[tool .poetry ]
48
48
name = " ai21"
49
- version = " 3.3 .0"
49
+ version = " 4.0 .0"
50
50
description = " "
51
51
authors = [" AI21 Labs" ]
52
52
readme = " README.md"
You can’t perform that action at this time.
0 commit comments