File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff 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.35] 2025-11-19
11+
12+ - Upgrade codex-python version to v0.1.0a34
13+
1014## [ 1.0.34] 2025-11-18
1115
1216- 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
160164
161165- Initial release of the ` cleanlab-codex ` client library.
162166
163- [ Unreleased ] : https://github.com/cleanlab/cleanlab-codex/compare/v1.0.34...HEAD
167+ [ Unreleased ] : https://github.com/cleanlab/cleanlab-codex/compare/v1.0.35...HEAD
168+ [ 1.0.35 ] : https://github.com/cleanlab/cleanlab-codex/compare/v1.0.34...v1.0.35
164169[ 1.0.34 ] : https://github.com/cleanlab/cleanlab-codex/compare/v1.0.33...v1.0.34
165170[ 1.0.33 ] : https://github.com/cleanlab/cleanlab-codex/compare/v1.0.32...v1.0.33
166171[ 1.0.32 ] : https://github.com/cleanlab/cleanlab-codex/compare/v1.0.31...v1.0.32
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ classifiers = [
2626]
2727dependencies = [
2828 " cleanlab-tlm~=1.1,>=1.1.14" ,
29- " codex-sdk==0.1.0a33 " ,
29+ " codex-sdk==0.1.0a34 " ,
3030 " pydantic>=2.0.0, <3" ,
3131]
3232
Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: MIT
2- __version__ = "1.0.34 "
2+ __version__ = "1.0.35 "
You can’t perform that action at this time.
0 commit comments