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
77
88## [ Unreleased]
99
10+ ## [ 1.0.16] 2025-05-15
11+
12+ - Update ` codex-sdk ` dependency to ` 0.1.0a20 ` .
13+
1014## [ 1.0.15] 2025-04-24
1115
1216- Update default thresholds for response helpfulness to 0.23 in ` Validator ` API.
1317- Update ` codex-sdk ` dependency to ` 0.1.0a19 ` .
1418
1519## [ 1.0.14] 2025-04-23
20+
1621- Update ` codex-sdk ` dependency to ` 0.1.0-alpha.17 ` .
1722- Capture data for the number of times the validator API is called on a Codex project.
1823
@@ -76,7 +81,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7681
7782- Initial release of the ` cleanlab-codex ` client library.
7883
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
8086[ 1.0.15 ] : https://github.com/cleanlab/cleanlab-codex/compare/v1.0.14...v1.0.15
8187[ 1.0.14 ] : https://github.com/cleanlab/cleanlab-codex/compare/v1.0.13...v1.0.14
8288[ 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 = [
2626]
2727dependencies = [
2828 " cleanlab-tlm~=1.1" ,
29- " codex-sdk==0.1.0a19 " ,
29+ " codex-sdk==0.1.0a20 " ,
3030 " pydantic>=2.0.0, <3" ,
3131]
3232
Original file line number Diff line number Diff line change 11# 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