Skip to content

Commit 3db8aca

Browse files
authored
update codex-sdk version (#80)
* update codex-sdk version * Update CHANGELOG.md
1 parent ffae565 commit 3db8aca

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
## [1.0.15] 2025-04-24
1111

1212
- Update default thresholds for response helpfulness to 0.23 in `Validator` API.
13+
- Update `codex-sdk` dependency to `0.1.0a19`.
1314

1415
## [1.0.14] 2025-04-23
1516
- Update `codex-sdk` dependency to `0.1.0-alpha.17`.

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.0-alpha.17",
29+
"codex-sdk==0.1.0a19",
3030
"pydantic>=2.0.0, <3",
3131
]
3232

0 commit comments

Comments
 (0)