File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
4+ ## v4.0.1 (2025-06-16)
5+
6+ ### Bug Fixes
7+
8+ - Raise error when poll_timeout_sec is reached
9+ ([ #296 ] ( https://github.com/AI21Labs/ai21-python/pull/296 ) ,
10+ [ ` cd8bc03 ` ] ( https://github.com/AI21Labs/ai21-python/commit/cd8bc036d4e354846cd28229bea334d1325282f1 ) )
11+
12+ * fix: raise error when poll_timeout_sec is reached
13+
14+ * chore: handle timeout errors in async_run and run examples
15+
16+ ---------
17+
18+ Co-authored-by: benshuk
< [email protected] > 19+
20+
421## v4.0.0 (2025-06-11)
522
623### Bug Fixes
Original file line number Diff line number Diff line change 1- VERSION = "4.0.0 "
1+ VERSION = "4.0.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 = " 4.0.0 "
49+ version = " 4.0.1 "
5050description = " "
5151authors = [" AI21 Labs" ]
5252readme = " README.md"
You can’t perform that action at this time.
0 commit comments