unique_toolkit 1.35.3__py3-none-any.whl → 1.35.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/app/fast_api_factory.py +1 -1
- {unique_toolkit-1.35.3.dist-info → unique_toolkit-1.35.4.dist-info}/METADATA +4 -1
- {unique_toolkit-1.35.3.dist-info → unique_toolkit-1.35.4.dist-info}/RECORD +5 -5
- {unique_toolkit-1.35.3.dist-info → unique_toolkit-1.35.4.dist-info}/LICENSE +0 -0
- {unique_toolkit-1.35.3.dist-info → unique_toolkit-1.35.4.dist-info}/WHEEL +0 -0
|
@@ -95,7 +95,7 @@ def build_unique_custom_app(
|
|
|
95
95
|
logger.error(f"Error parsing event: {e}", exc_info=True)
|
|
96
96
|
return JSONResponse(
|
|
97
97
|
status_code=status.HTTP_400_BAD_REQUEST,
|
|
98
|
-
content={"error": f"Invalid event format: {
|
|
98
|
+
content={"error": f"Invalid event format: {e.msg}"},
|
|
99
99
|
)
|
|
100
100
|
|
|
101
101
|
if event_data["event"] not in subscribed_event_names:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: unique_toolkit
|
|
3
|
-
Version: 1.35.
|
|
3
|
+
Version: 1.35.4
|
|
4
4
|
Summary:
|
|
5
5
|
License: Proprietary
|
|
6
6
|
Author: Cedric Klinkert
|
|
@@ -121,6 +121,9 @@ All notable changes to this project will be documented in this file.
|
|
|
121
121
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
122
122
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
123
123
|
|
|
124
|
+
## [1.35.4] - 2025-12-10
|
|
125
|
+
- Fix a potential stacktrace leak
|
|
126
|
+
|
|
124
127
|
## [1.35.3] - 2025-12-10
|
|
125
128
|
- Add option to ignore some options when calling the LLM for the planning step.
|
|
126
129
|
|
|
@@ -135,7 +135,7 @@ unique_toolkit/agentic/tools/utils/source_handling/source_formatting.py,sha256=u
|
|
|
135
135
|
unique_toolkit/agentic/tools/utils/source_handling/tests/test_source_formatting.py,sha256=EA8iVvb3L91OFk2XMbGcFuhe2etqm3Sx9QCYDGiOSOM,6995
|
|
136
136
|
unique_toolkit/app/__init__.py,sha256=OaylhLwxeRlsHlcFGSlR5R7oREFsjv9wRdxuVZBYM_8,1371
|
|
137
137
|
unique_toolkit/app/dev_util.py,sha256=J20peCvrSQKfMGdYPYwCirs3Yq2v_e33GzNBzNKbWN4,5531
|
|
138
|
-
unique_toolkit/app/fast_api_factory.py,sha256=
|
|
138
|
+
unique_toolkit/app/fast_api_factory.py,sha256=i65-zjTg2D4GOKIbaSkHBTxgjAP-rmFDeJpVYKxziXk,4633
|
|
139
139
|
unique_toolkit/app/init_logging.py,sha256=Sh26SRxOj8i8dzobKhYha2lLrkrMTHfB1V4jR3h23gQ,678
|
|
140
140
|
unique_toolkit/app/init_sdk.py,sha256=5_oDoETr6akwYyBCb0ivTdMNu3SVgPSkrXcDS6ELyY8,2269
|
|
141
141
|
unique_toolkit/app/performance/async_tasks.py,sha256=H0l3OAcosLwNHZ8d2pd-Di4wHIXfclEvagi5kfqLFPA,1941
|
|
@@ -208,7 +208,7 @@ unique_toolkit/short_term_memory/service.py,sha256=5PeVBu1ZCAfyDb2HLVvlmqSbyzBBu
|
|
|
208
208
|
unique_toolkit/smart_rules/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
209
209
|
unique_toolkit/smart_rules/compile.py,sha256=Ozhh70qCn2yOzRWr9d8WmJeTo7AQurwd3tStgBMPFLA,1246
|
|
210
210
|
unique_toolkit/test_utilities/events.py,sha256=_mwV2bs5iLjxS1ynDCjaIq-gjjKhXYCK-iy3dRfvO3g,6410
|
|
211
|
-
unique_toolkit-1.35.
|
|
212
|
-
unique_toolkit-1.35.
|
|
213
|
-
unique_toolkit-1.35.
|
|
214
|
-
unique_toolkit-1.35.
|
|
211
|
+
unique_toolkit-1.35.4.dist-info/LICENSE,sha256=GlN8wHNdh53xwOPg44URnwag6TEolCjoq3YD_KrWgss,193
|
|
212
|
+
unique_toolkit-1.35.4.dist-info/METADATA,sha256=dcIwAZ7cJvDVgC11zc7DC29MqbTIkYZFjUI1C_vbLes,46044
|
|
213
|
+
unique_toolkit-1.35.4.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
214
|
+
unique_toolkit-1.35.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|