Skip to content

Commit 4561279

Browse files
authored
update codex-sdk version (#82)
* update codex-sdk version * update version and changelog
1 parent 3db8aca commit 4561279

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
]
2727
dependencies = [
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

src/cleanlab_codex/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# SPDX-License-Identifier: MIT
2-
__version__ = "1.0.15"
2+
__version__ = "1.0.16"

0 commit comments

Comments
 (0)