Skip to content

Commit 88db708

Browse files
authored
upgrade codex-python version to v0.1.0-alpha.32 to include guardrailed_fallback in /validate's response (#117)
1 parent f74be4b commit 88db708

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.33] 2025-11-05
11+
12+
- Upgrade codex-python version to v0.1.0a32
13+
1014
## [1.0.32] 2025-10-28
1115

1216
- Add `Client.create_project_from_template()` method to create a new project from a template
@@ -150,7 +154,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
150154

151155
- Initial release of the `cleanlab-codex` client library.
152156

153-
[Unreleased]: https://github.com/cleanlab/cleanlab-codex/compare/v1.0.32...HEAD
157+
[Unreleased]: https://github.com/cleanlab/cleanlab-codex/compare/v1.0.33...HEAD
158+
[1.0.33]: https://github.com/cleanlab/cleanlab-codex/compare/v1.0.32...v1.0.33
154159
[1.0.32]: https://github.com/cleanlab/cleanlab-codex/compare/v1.0.31...v1.0.32
155160
[1.0.31]: https://github.com/cleanlab/cleanlab-codex/compare/v1.0.30...v1.0.31
156161
[1.0.30]: https://github.com/cleanlab/cleanlab-codex/compare/v1.0.29...v1.0.30

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,>=1.1.14",
29-
"codex-sdk==0.1.0a31",
29+
"codex-sdk==0.1.0a32",
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.32"
2+
__version__ = "1.0.33"

0 commit comments

Comments
 (0)