File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.1.33] - 2025-09-23
11+
12+ ### Fixed
13+
14+ - Fix issue where presence of ` call_id ` in formatted response led to incorrectly low trust scores
15+
1016## [ 1.1.32] - 2025-09-22
1117
1218### Added
@@ -349,7 +355,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
349355
350356- Release of the Cleanlab TLM Python client.
351357
352- [ Unreleased ] : https://github.com/cleanlab/cleanlab-tlm/compare/v1.1.32...HEAD
358+ [ Unreleased ] : https://github.com/cleanlab/cleanlab-tlm/compare/v1.1.33...HEAD
359+ [ 1.1.33 ] : https://github.com/cleanlab/cleanlab-tlm/compare/v1.1.32...v1.1.33
353360[ 1.1.32 ] : https://github.com/cleanlab/cleanlab-tlm/compare/v1.1.31...v1.1.32
354361[ 1.1.31 ] : https://github.com/cleanlab/cleanlab-tlm/compare/v1.1.30...v1.1.31
355362[ 1.1.30 ] : https://github.com/cleanlab/cleanlab-tlm/compare/v1.1.29...v1.1.30
Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: MIT
2- __version__ = "1.1.32 "
2+ __version__ = "1.1.33 "
You can’t perform that action at this time.
0 commit comments