unique_toolkit 0.8.51__py3-none-any.whl → 0.8.52__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- unique_toolkit/_common/token/token_counting.py +3 -3
- {unique_toolkit-0.8.51.dist-info → unique_toolkit-0.8.52.dist-info}/METADATA +5 -1
- {unique_toolkit-0.8.51.dist-info → unique_toolkit-0.8.52.dist-info}/RECORD +5 -5
- {unique_toolkit-0.8.51.dist-info → unique_toolkit-0.8.52.dist-info}/LICENSE +0 -0
- {unique_toolkit-0.8.51.dist-info → unique_toolkit-0.8.52.dist-info}/WHEEL +0 -0
@@ -4,11 +4,11 @@
|
|
4
4
|
import json
|
5
5
|
from typing import Any, Callable
|
6
6
|
|
7
|
-
from _common.utils.token.image_token_counting import (
|
8
|
-
calculate_image_tokens_from_base64,
|
9
|
-
)
|
10
7
|
from pydantic import BaseModel
|
11
8
|
|
9
|
+
from unique_toolkit._common.token.image_token_counting import (
|
10
|
+
calculate_image_tokens_from_base64,
|
11
|
+
)
|
12
12
|
from unique_toolkit.language_model import (
|
13
13
|
LanguageModelMessage,
|
14
14
|
LanguageModelMessages,
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: unique_toolkit
|
3
|
-
Version: 0.8.
|
3
|
+
Version: 0.8.52
|
4
4
|
Summary:
|
5
5
|
License: Proprietary
|
6
6
|
Author: Cedric Klinkert
|
@@ -117,6 +117,10 @@ All notable changes to this project will be documented in this file.
|
|
117
117
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
118
118
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
119
119
|
|
120
|
+
|
121
|
+
## [0.8.52] - 2025-09-06
|
122
|
+
- Fix import error in token counting
|
123
|
+
|
120
124
|
## [0.8.51] - 2025-09-06
|
121
125
|
- Update token counter to latest version of monorepo.
|
122
126
|
|
@@ -14,7 +14,7 @@ unique_toolkit/_common/exception.py,sha256=caQIE1btsQnpKCHqL2cgWUSbHup06enQu_Pt7
|
|
14
14
|
unique_toolkit/_common/feature_flags/schema.py,sha256=3JpTuld8kK-UQ5B0sbYTu0yqhyFPnChXG2Iv4BNqHdg,539
|
15
15
|
unique_toolkit/_common/pydantic_helpers.py,sha256=4a8LPey31k4dCztYag1OBhYnGHREN08-l3NEjbFD1ok,743
|
16
16
|
unique_toolkit/_common/token/image_token_counting.py,sha256=VpFfZyY0GIH27q_Wy4YNjk2algqvbCtJyzuuROoFQPw,2189
|
17
|
-
unique_toolkit/_common/token/token_counting.py,sha256=
|
17
|
+
unique_toolkit/_common/token/token_counting.py,sha256=gM4B_aUqKqEPvmStFNcvCWNMNNNNKbVaywBDxlbgIps,7121
|
18
18
|
unique_toolkit/_common/utils/structured_output/schema.py,sha256=Tp7kDYcmKtnUhcuRkH86TSYhylRff0ZZJYb2dLkISts,131
|
19
19
|
unique_toolkit/_common/validate_required_values.py,sha256=Y_M1ub9gIKP9qZ45F6Zq3ZHtuIqhmOjl8Z2Vd3avg8w,588
|
20
20
|
unique_toolkit/_common/validators.py,sha256=aZwbMho7XszN7lT5RtemaiXgC0WJ4u40oeVgsNGhF4U,2803
|
@@ -118,7 +118,7 @@ unique_toolkit/tools/utils/execution/execution.py,sha256=vjG2Y6awsGNtlvyQAGCTthQ
|
|
118
118
|
unique_toolkit/tools/utils/source_handling/schema.py,sha256=vzAyf6ZWNexjMO0OrnB8y2glGkvAilmGGQXd6zcDaKw,870
|
119
119
|
unique_toolkit/tools/utils/source_handling/source_formatting.py,sha256=C7uayNbdkNVJdEARA5CENnHtNY1SU6etlaqbgHNyxaQ,9152
|
120
120
|
unique_toolkit/tools/utils/source_handling/tests/test_source_formatting.py,sha256=oM5ZxEgzROrnX1229KViCAFjRxl9wCTzWZoinYSHleM,6979
|
121
|
-
unique_toolkit-0.8.
|
122
|
-
unique_toolkit-0.8.
|
123
|
-
unique_toolkit-0.8.
|
124
|
-
unique_toolkit-0.8.
|
121
|
+
unique_toolkit-0.8.52.dist-info/LICENSE,sha256=GlN8wHNdh53xwOPg44URnwag6TEolCjoq3YD_KrWgss,193
|
122
|
+
unique_toolkit-0.8.52.dist-info/METADATA,sha256=J8YuIbp62ytep2HtiI5cgDpbQGKNxsiys_xMAdUEZEg,31321
|
123
|
+
unique_toolkit-0.8.52.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
124
|
+
unique_toolkit-0.8.52.dist-info/RECORD,,
|
File without changes
|
File without changes
|