From a509c06f173797ac6f48f2d0d4b579922133b9d1 Mon Sep 17 00:00:00 2001 From: Angela Date: Wed, 19 Nov 2025 11:14:07 -0800 Subject: [PATCH] bump sdk version --- CHANGELOG.md | 7 ++++++- pyproject.toml | 2 +- src/cleanlab_codex/__about__.py | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd01c52..9e6684d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.35] 2025-11-19 + +- Upgrade codex-python version to v0.1.0a34 + ## [1.0.34] 2025-11-18 - Add `Project.add_expert_answer()` method to add an expert answer to a project @@ -160,7 +164,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release of the `cleanlab-codex` client library. -[Unreleased]: https://github.com/cleanlab/cleanlab-codex/compare/v1.0.34...HEAD +[Unreleased]: https://github.com/cleanlab/cleanlab-codex/compare/v1.0.35...HEAD +[1.0.35]: https://github.com/cleanlab/cleanlab-codex/compare/v1.0.34...v1.0.35 [1.0.34]: https://github.com/cleanlab/cleanlab-codex/compare/v1.0.33...v1.0.34 [1.0.33]: https://github.com/cleanlab/cleanlab-codex/compare/v1.0.32...v1.0.33 [1.0.32]: https://github.com/cleanlab/cleanlab-codex/compare/v1.0.31...v1.0.32 diff --git a/pyproject.toml b/pyproject.toml index b161450..86306e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ ] dependencies = [ "cleanlab-tlm~=1.1,>=1.1.14", - "codex-sdk==0.1.0a33", + "codex-sdk==0.1.0a34", "pydantic>=2.0.0, <3", ] diff --git a/src/cleanlab_codex/__about__.py b/src/cleanlab_codex/__about__.py index 8aed708..d0bdc56 100644 --- a/src/cleanlab_codex/__about__.py +++ b/src/cleanlab_codex/__about__.py @@ -1,2 +1,2 @@ # SPDX-License-Identifier: MIT -__version__ = "1.0.34" +__version__ = "1.0.35"