File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.0.16] 2025-05-15
11
+
12
+ - Update ` codex-sdk ` dependency to ` 0.1.0a20 ` .
13
+
10
14
## [ 1.0.15] 2025-04-24
11
15
12
16
- Update default thresholds for response helpfulness to 0.23 in ` Validator ` API.
13
17
- Update ` codex-sdk ` dependency to ` 0.1.0a19 ` .
14
18
15
19
## [ 1.0.14] 2025-04-23
20
+
16
21
- Update ` codex-sdk ` dependency to ` 0.1.0-alpha.17 ` .
17
22
- Capture data for the number of times the validator API is called on a Codex project.
18
23
@@ -76,7 +81,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
76
81
77
82
- Initial release of the ` cleanlab-codex ` client library.
78
83
79
- [ Unreleased ] : https://github.com/cleanlab/cleanlab-codex/compare/v1.0.15...HEAD
84
+ [ Unreleased ] : https://github.com/cleanlab/cleanlab-codex/compare/v1.0.16...HEAD
85
+ [ 1.0.16 ] : https://github.com/cleanlab/cleanlab-codex/compare/v1.0.15...v1.0.16
80
86
[ 1.0.15 ] : https://github.com/cleanlab/cleanlab-codex/compare/v1.0.14...v1.0.15
81
87
[ 1.0.14 ] : https://github.com/cleanlab/cleanlab-codex/compare/v1.0.13...v1.0.14
82
88
[ 1.0.13 ] : https://github.com/cleanlab/cleanlab-codex/compare/v1.0.12...v1.0.13
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ classifiers = [
26
26
]
27
27
dependencies = [
28
28
" cleanlab-tlm~=1.1" ,
29
- " codex-sdk==0.1.0a19 " ,
29
+ " codex-sdk==0.1.0a20 " ,
30
30
" pydantic>=2.0.0, <3" ,
31
31
]
32
32
Original file line number Diff line number Diff line change 1
1
# SPDX-License-Identifier: MIT
2
- __version__ = "1.0.15 "
2
+ __version__ = "1.0.16 "
You can’t perform that action at this time.
0 commit comments