unique_toolkit 0.8.45__py3-none-any.whl → 0.8.46__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.
@@ -113,7 +113,9 @@ class UniqueApi(BaseSettings):
113
113
  ):
114
114
  base_path = "/public/chat-gen2/"
115
115
 
116
- if parsed.hostname and "localhost" in parsed.hostname:
116
+ if parsed.hostname and (
117
+ "localhost" in parsed.hostname or "svc.cluster.local" in parsed.hostname
118
+ ):
117
119
  base_path = "/public/"
118
120
 
119
121
  return parsed, base_path
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: unique_toolkit
3
- Version: 0.8.45
3
+ Version: 0.8.46
4
4
  Summary:
5
5
  License: Proprietary
6
6
  Author: Cedric Klinkert
@@ -117,6 +117,9 @@ 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
+ ## [0.8.46] - 2025-09-04
121
+ - Bugfix for hostname identification inside Unique cluster in `unique_settings.py`
122
+
120
123
  ## [0.8.45] - 2025-09-04
121
124
  - Introduce handoff capability to tools. with the `takes_control()` function.
122
125
 
@@ -25,7 +25,7 @@ unique_toolkit/app/init_sdk.py,sha256=5_oDoETr6akwYyBCb0ivTdMNu3SVgPSkrXcDS6ELyY
25
25
  unique_toolkit/app/performance/async_tasks.py,sha256=H0l3OAcosLwNHZ8d2pd-Di4wHIXfclEvagi5kfqLFPA,1941
26
26
  unique_toolkit/app/performance/async_wrapper.py,sha256=yVVcRDkcdyfjsxro-N29SBvi-7773wnfDplef6-y8xw,1077
27
27
  unique_toolkit/app/schemas.py,sha256=xHdzMyZ_cgCzxCqzCJYwOCAYWkaQ9zIyZsRhDgSQnEA,8088
28
- unique_toolkit/app/unique_settings.py,sha256=3BSMRAUz2rfbmIW5Ot-xXj7hMjWwtNskbUh9joh11mE,10315
28
+ unique_toolkit/app/unique_settings.py,sha256=vtbtfpxGrK1ZsyVUGiGulG35d2euSSFxE3qj0eiXKVA,10381
29
29
  unique_toolkit/app/verification.py,sha256=GxFFwcJMy25fCA_Xe89wKW7bgqOu8PAs5y8QpHF0GSc,3861
30
30
  unique_toolkit/chat/__init__.py,sha256=LRs2G-JTVuci4lbtHTkVUiNcZcSR6uqqfnAyo7af6nY,619
31
31
  unique_toolkit/chat/constants.py,sha256=05kq6zjqUVB2d6_P7s-90nbljpB3ryxwCI-CAz0r2O4,83
@@ -132,7 +132,7 @@ unique_toolkit/tools/utils/execution/execution.py,sha256=vjG2Y6awsGNtlvyQAGCTthQ
132
132
  unique_toolkit/tools/utils/source_handling/schema.py,sha256=vzAyf6ZWNexjMO0OrnB8y2glGkvAilmGGQXd6zcDaKw,870
133
133
  unique_toolkit/tools/utils/source_handling/source_formatting.py,sha256=C7uayNbdkNVJdEARA5CENnHtNY1SU6etlaqbgHNyxaQ,9152
134
134
  unique_toolkit/tools/utils/source_handling/tests/test_source_formatting.py,sha256=oM5ZxEgzROrnX1229KViCAFjRxl9wCTzWZoinYSHleM,6979
135
- unique_toolkit-0.8.45.dist-info/LICENSE,sha256=GlN8wHNdh53xwOPg44URnwag6TEolCjoq3YD_KrWgss,193
136
- unique_toolkit-0.8.45.dist-info/METADATA,sha256=XvXW7ImDi9kJeLwGGM64V6bg-VayuERtOKLDjFWxhqQ,30687
137
- unique_toolkit-0.8.45.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
138
- unique_toolkit-0.8.45.dist-info/RECORD,,
135
+ unique_toolkit-0.8.46.dist-info/LICENSE,sha256=GlN8wHNdh53xwOPg44URnwag6TEolCjoq3YD_KrWgss,193
136
+ unique_toolkit-0.8.46.dist-info/METADATA,sha256=Si5jc1037n0xGa7msbfCjbXlZn_-MPI6vC2WIAADycg,30796
137
+ unique_toolkit-0.8.46.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
138
+ unique_toolkit-0.8.46.dist-info/RECORD,,