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.13] - 2025-04-22
11+
12+ - Update ` cleanlab-tlm ` dependancy to ` ~=1.1 ` .
13+
1014## [ 1.0.12] - 2025-04-17
1115
1216- Support adding metadata in ` validate() ` method in Validator API.
@@ -63,7 +67,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6367
6468- Initial release of the ` cleanlab-codex ` client library.
6569
66- [ Unreleased ] : https://github.com/cleanlab/cleanlab-codex/compare/v1.0.12...HEAD
70+ [ Unreleased ] : https://github.com/cleanlab/cleanlab-codex/compare/v1.0.13...HEAD
71+ [ 1.0.13 ] : https://github.com/cleanlab/cleanlab-codex/compare/v1.0.12...v1.0.13
6772[ 1.0.12 ] : https://github.com/cleanlab/cleanlab-codex/compare/v1.0.11...v1.0.12
6873[ 1.0.11 ] : https://github.com/cleanlab/cleanlab-codex/compare/v1.0.10...v1.0.11
6974[ 1.0.10 ] : https://github.com/cleanlab/cleanlab-codex/compare/v1.0.9...v1.0.10
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ classifiers = [
2525 " Programming Language :: Python :: Implementation :: PyPy" ,
2626]
2727dependencies = [
28- " cleanlab-tlm~=1.0.18 " ,
28+ " cleanlab-tlm~=1.1 " ,
2929 " codex-sdk==0.1.0-alpha.14" ,
3030 " pydantic>=2.0.0, <3" ,
3131]
Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: MIT
2- __version__ = "1.0.12 "
2+ __version__ = "1.0.13 "
You can’t perform that action at this time.
0 commit comments