File tree 3 files changed +14
-2
lines changed 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
3
4
+ ## v3.1.0-rc.6 (2025-01-08)
5
+
6
+ ### Bug Fixes
7
+
8
+ - Do not require all fields for RequiredAction
9
+ ([ #253 ] ( https://github.com/AI21Labs/ai21-python/pull/253 ) ,
10
+ [ ` 1714ccc ` ] ( https://github.com/AI21Labs/ai21-python/commit/1714ccc8538e7e0329f4dc564a8d40c92b650d81 ) )
11
+
12
+
4
13
## v3.1.0-rc.5 (2025-01-08)
5
14
6
15
### Bug Fixes
30
39
31
40
Co-authored-by: dependabot[ bot] <49699333+dependabot[ bot] @users .noreply.github.com>
32
41
42
+ - ** release** : V3.1.0-rc.5 [ skip ci]
43
+ ([ ` f2f7918 ` ] ( https://github.com/AI21Labs/ai21-python/commit/f2f7918fc0336bd026efb02e2228546f6abbcc5d ) )
44
+
33
45
### Refactoring
34
46
35
47
- :label : change ` rag ` tool resource to ` file_search `
Original file line number Diff line number Diff line change 1
- VERSION = "3.1.0-rc.5 "
1
+ VERSION = "3.1.0-rc.6 "
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.1.0-rc.5 "
49
+ version = " 3.1.0-rc.6 "
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