unique_toolkit 1.42.2__py3-none-any.whl → 1.42.4__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/agentic_table/schemas.py +4 -0
- {unique_toolkit-1.42.2.dist-info → unique_toolkit-1.42.4.dist-info}/METADATA +7 -1
- {unique_toolkit-1.42.2.dist-info → unique_toolkit-1.42.4.dist-info}/RECORD +5 -5
- {unique_toolkit-1.42.2.dist-info → unique_toolkit-1.42.4.dist-info}/LICENSE +0 -0
- {unique_toolkit-1.42.2.dist-info → unique_toolkit-1.42.4.dist-info}/WHEEL +0 -0
|
@@ -49,6 +49,10 @@ class BaseMetadata(BaseModel):
|
|
|
49
49
|
default=SheetType.DEFAULT,
|
|
50
50
|
)
|
|
51
51
|
|
|
52
|
+
additional_sheet_information: dict[str, Any] = Field(
|
|
53
|
+
default_factory=dict, description="Additional information for the sheet"
|
|
54
|
+
)
|
|
55
|
+
|
|
52
56
|
|
|
53
57
|
class RowMetadataEntry(BaseModel):
|
|
54
58
|
model_config = get_configuration_dict()
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: unique_toolkit
|
|
3
|
-
Version: 1.42.
|
|
3
|
+
Version: 1.42.4
|
|
4
4
|
Summary:
|
|
5
5
|
License: Proprietary
|
|
6
6
|
Author: Cedric Klinkert
|
|
@@ -9,6 +9,7 @@ Requires-Python: >=3.12,<4.0
|
|
|
9
9
|
Classifier: License :: Other/Proprietary License
|
|
10
10
|
Classifier: Programming Language :: Python :: 3
|
|
11
11
|
Classifier: Programming Language :: Python :: 3.12
|
|
12
|
+
Requires-Dist: docxcompose (>=1.4.0,<2.0.0)
|
|
12
13
|
Requires-Dist: docxtpl (>=0.20.1,<0.21.0)
|
|
13
14
|
Requires-Dist: jambo (>=0.1.2,<0.2.0)
|
|
14
15
|
Requires-Dist: jinja2 (>=3.1.6,<4.0.0)
|
|
@@ -123,6 +124,11 @@ All notable changes to this project will be documented in this file.
|
|
|
123
124
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
124
125
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
125
126
|
|
|
127
|
+
## [1.42.4] - 2026-01-07
|
|
128
|
+
- Added `additionalSheetInformation` to magic table event.
|
|
129
|
+
|
|
130
|
+
## [1.42.3] - 2026-01-05
|
|
131
|
+
- Added example code for agentic table
|
|
126
132
|
|
|
127
133
|
## [1.42.2] - 2026-01-05
|
|
128
134
|
- Fix naming of code interpreter tool in its `ToolPrompts`.
|
|
@@ -138,7 +138,7 @@ unique_toolkit/agentic/tools/utils/source_handling/schema.py,sha256=iHBKuks6tUy8
|
|
|
138
138
|
unique_toolkit/agentic/tools/utils/source_handling/source_formatting.py,sha256=uZ0QXqrPWgId3ZA67dvjHQ6xrW491LK1xxx_sVJmFHg,9160
|
|
139
139
|
unique_toolkit/agentic/tools/utils/source_handling/tests/test_source_formatting.py,sha256=EA8iVvb3L91OFk2XMbGcFuhe2etqm3Sx9QCYDGiOSOM,6995
|
|
140
140
|
unique_toolkit/agentic_table/__init__.py,sha256=smJFstF5qH35RmZfzJUigdsVgUVNOza9KxMbraWrm9E,1411
|
|
141
|
-
unique_toolkit/agentic_table/schemas.py,sha256=
|
|
141
|
+
unique_toolkit/agentic_table/schemas.py,sha256=3lvnOXTwzpaoC4_X69Fj7ayXGa2dPPZhxnCltU2jZa8,9053
|
|
142
142
|
unique_toolkit/agentic_table/service.py,sha256=Bgi0B_AT7Mswbud3VI-pNcnc_85xFu4S1dbLttYF7yY,16290
|
|
143
143
|
unique_toolkit/app/__init__.py,sha256=OaylhLwxeRlsHlcFGSlR5R7oREFsjv9wRdxuVZBYM_8,1371
|
|
144
144
|
unique_toolkit/app/dev_util.py,sha256=J20peCvrSQKfMGdYPYwCirs3Yq2v_e33GzNBzNKbWN4,5531
|
|
@@ -215,7 +215,7 @@ unique_toolkit/short_term_memory/service.py,sha256=5PeVBu1ZCAfyDb2HLVvlmqSbyzBBu
|
|
|
215
215
|
unique_toolkit/smart_rules/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
216
216
|
unique_toolkit/smart_rules/compile.py,sha256=Ozhh70qCn2yOzRWr9d8WmJeTo7AQurwd3tStgBMPFLA,1246
|
|
217
217
|
unique_toolkit/test_utilities/events.py,sha256=_mwV2bs5iLjxS1ynDCjaIq-gjjKhXYCK-iy3dRfvO3g,6410
|
|
218
|
-
unique_toolkit-1.42.
|
|
219
|
-
unique_toolkit-1.42.
|
|
220
|
-
unique_toolkit-1.42.
|
|
221
|
-
unique_toolkit-1.42.
|
|
218
|
+
unique_toolkit-1.42.4.dist-info/LICENSE,sha256=GlN8wHNdh53xwOPg44URnwag6TEolCjoq3YD_KrWgss,193
|
|
219
|
+
unique_toolkit-1.42.4.dist-info/METADATA,sha256=qyTYdqy1yxrew8uPcaGic5tlIQjF-ebYTgM2CApDUvs,46900
|
|
220
|
+
unique_toolkit-1.42.4.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
221
|
+
unique_toolkit-1.42.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|