Skip to content

Commit 750fe30

Browse files
authored
Update cleanlab-tlm pin to ~=1.1 (#77)
1 parent ad5ec94 commit 750fe30

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.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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525
"Programming Language :: Python :: Implementation :: PyPy",
2626
]
2727
dependencies = [
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
]

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.12"
2+
__version__ = "1.0.13"

0 commit comments

Comments
 (0)