We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffae565 commit 3db8acaCopy full SHA for 3db8aca
CHANGELOG.md
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
## [1.0.15] 2025-04-24
11
12
- Update default thresholds for response helpfulness to 0.23 in `Validator` API.
13
+- Update `codex-sdk` dependency to `0.1.0a19`.
14
15
## [1.0.14] 2025-04-23
16
- Update `codex-sdk` dependency to `0.1.0-alpha.17`.
pyproject.toml
@@ -26,7 +26,7 @@ classifiers = [
26
]
27
dependencies = [
28
"cleanlab-tlm~=1.1",
29
- "codex-sdk==0.1.0-alpha.17",
+ "codex-sdk==0.1.0a19",
30
"pydantic>=2.0.0, <3",
31
32
0 commit comments