unique_toolkit 1.42.7__py3-none-any.whl → 1.42.8__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.
@@ -53,6 +53,13 @@ class BaseMetadata(BaseModel):
53
53
  default_factory=dict, description="Additional information for the sheet"
54
54
  )
55
55
 
56
+ @field_validator("additional_sheet_information", mode="before")
57
+ @classmethod
58
+ def normalize_additional_sheet_information(cls, v):
59
+ if v is None:
60
+ return {}
61
+ return v
62
+
56
63
 
57
64
  class RowMetadataEntry(BaseModel):
58
65
  model_config = get_configuration_dict()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: unique_toolkit
3
- Version: 1.42.7
3
+ Version: 1.42.8
4
4
  Summary:
5
5
  License: Proprietary
6
6
  Author: Cedric Klinkert
@@ -124,6 +124,10 @@ All notable changes to this project will be documented in this file.
124
124
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
125
125
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
126
126
 
127
+ ## [1.42.8] - 2026-01-08
128
+ - Add validator to `BaseMetadata` in case `additional_sheet_information` is empty
129
+ - Add more code snippets to create references and pull file metadata
130
+
127
131
  ## [1.42.7] - 2026-01-08
128
132
  - Add aliases for endpoint secret env var.
129
133
 
@@ -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=3lvnOXTwzpaoC4_X69Fj7ayXGa2dPPZhxnCltU2jZa8,9053
141
+ unique_toolkit/agentic_table/schemas.py,sha256=MaG6-LhW5uooAhsyUVOKl8VfCvJ02Drt7dwywJUXKgE,9256
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.7.dist-info/LICENSE,sha256=GlN8wHNdh53xwOPg44URnwag6TEolCjoq3YD_KrWgss,193
219
- unique_toolkit-1.42.7.dist-info/METADATA,sha256=ilOReqP-yar6KvSI-Ew6vNWPv1QO2MdCFXxC62O2CMk,47179
220
- unique_toolkit-1.42.7.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
221
- unique_toolkit-1.42.7.dist-info/RECORD,,
218
+ unique_toolkit-1.42.8.dist-info/LICENSE,sha256=GlN8wHNdh53xwOPg44URnwag6TEolCjoq3YD_KrWgss,193
219
+ unique_toolkit-1.42.8.dist-info/METADATA,sha256=su-BJN4NWsxuKBdWmeWGF2tGzPDwh0Da_ea8stKGzWE,47356
220
+ unique_toolkit-1.42.8.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
221
+ unique_toolkit-1.42.8.dist-info/RECORD,,