unique_toolkit 0.9.0__py3-none-any.whl → 0.9.1__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-0.9.0.dist-info → unique_toolkit-0.9.1.dist-info}/METADATA +5 -3
- {unique_toolkit-0.9.0.dist-info → unique_toolkit-0.9.1.dist-info}/RECORD +4 -4
- {unique_toolkit-0.9.0.dist-info → unique_toolkit-0.9.1.dist-info}/LICENSE +0 -0
- {unique_toolkit-0.9.0.dist-info → unique_toolkit-0.9.1.dist-info}/WHEEL +0 -0
@@ -1,14 +1,13 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: unique_toolkit
|
3
|
-
Version: 0.9.
|
3
|
+
Version: 0.9.1
|
4
4
|
Summary:
|
5
5
|
License: Proprietary
|
6
6
|
Author: Cedric Klinkert
|
7
7
|
Author-email: cedric.klinkert@unique.ch
|
8
|
-
Requires-Python: >=3.
|
8
|
+
Requires-Python: >=3.12,<4.0
|
9
9
|
Classifier: License :: Other/Proprietary License
|
10
10
|
Classifier: Programming Language :: Python :: 3
|
11
|
-
Classifier: Programming Language :: Python :: 3.11
|
12
11
|
Classifier: Programming Language :: Python :: 3.12
|
13
12
|
Requires-Dist: jambo (>=0.1.2,<0.2.0)
|
14
13
|
Requires-Dist: mkdocs-mermaid2-plugin (>=1.2.2,<2.0.0)
|
@@ -119,6 +118,9 @@ All notable changes to this project will be documented in this file.
|
|
119
118
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
120
119
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
121
120
|
|
121
|
+
## [0.9.1] - 2025-09-17
|
122
|
+
- update to python 3.12 due to security
|
123
|
+
|
122
124
|
## [0.9.0] - 2025-09-14
|
123
125
|
- Moved agentic code into the `agentic` folder. This breaks imports of
|
124
126
|
- `debug_info_amanager`
|
@@ -123,7 +123,7 @@ unique_toolkit/short_term_memory/schemas.py,sha256=OhfcXyF6ACdwIXW45sKzjtZX_gkcJ
|
|
123
123
|
unique_toolkit/short_term_memory/service.py,sha256=5PeVBu1ZCAfyDb2HLVvlmqSbyzBBuE9sI2o9Aajqjxg,8884
|
124
124
|
unique_toolkit/smart_rules/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
125
125
|
unique_toolkit/smart_rules/compile.py,sha256=cxWjb2dxEI2HGsakKdVCkSNi7VK9mr08w5sDcFCQyWI,9553
|
126
|
-
unique_toolkit-0.9.
|
127
|
-
unique_toolkit-0.9.
|
128
|
-
unique_toolkit-0.9.
|
129
|
-
unique_toolkit-0.9.
|
126
|
+
unique_toolkit-0.9.1.dist-info/LICENSE,sha256=GlN8wHNdh53xwOPg44URnwag6TEolCjoq3YD_KrWgss,193
|
127
|
+
unique_toolkit-0.9.1.dist-info/METADATA,sha256=preWvo_48KQIFiYTSJtgXfHx4ZrJMe-NipmzyL6s2nQ,32215
|
128
|
+
unique_toolkit-0.9.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
129
|
+
unique_toolkit-0.9.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|