unique_toolkit 0.8.42__py3-none-any.whl → 0.8.43__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/unique_settings.py +5 -1
- {unique_toolkit-0.8.42.dist-info → unique_toolkit-0.8.43.dist-info}/METADATA +4 -1
- {unique_toolkit-0.8.42.dist-info → unique_toolkit-0.8.43.dist-info}/RECORD +5 -5
- {unique_toolkit-0.8.42.dist-info → unique_toolkit-0.8.43.dist-info}/LICENSE +0 -0
- {unique_toolkit-0.8.42.dist-info → unique_toolkit-0.8.43.dist-info}/WHEEL +0 -0
@@ -68,7 +68,11 @@ class UniqueApi(BaseSettings):
|
|
68
68
|
default="http://localhost:8092/",
|
69
69
|
description="The base URL of the Unique API. Ask your admin to provide you with the correct URL.",
|
70
70
|
validation_alias=AliasChoices(
|
71
|
-
"unique_api_base_url",
|
71
|
+
"unique_api_base_url",
|
72
|
+
"base_url",
|
73
|
+
"UNIQUE_API_BASE_URL",
|
74
|
+
"BASE_URL",
|
75
|
+
"API_BASE",
|
72
76
|
),
|
73
77
|
)
|
74
78
|
version: str = Field(
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: unique_toolkit
|
3
|
-
Version: 0.8.
|
3
|
+
Version: 0.8.43
|
4
4
|
Summary:
|
5
5
|
License: Proprietary
|
6
6
|
Author: Martin Fadler
|
@@ -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.43] - 2025-09-03
|
121
|
+
- Add alias for `UniqueSettings` api base `API_BASE`
|
122
|
+
|
120
123
|
## [0.8.42] - 2025-09-02
|
121
124
|
- updated schema of `chunk_relevancy_sorter`
|
122
125
|
|
@@ -24,7 +24,7 @@ unique_toolkit/app/init_sdk.py,sha256=5_oDoETr6akwYyBCb0ivTdMNu3SVgPSkrXcDS6ELyY
|
|
24
24
|
unique_toolkit/app/performance/async_tasks.py,sha256=H0l3OAcosLwNHZ8d2pd-Di4wHIXfclEvagi5kfqLFPA,1941
|
25
25
|
unique_toolkit/app/performance/async_wrapper.py,sha256=yVVcRDkcdyfjsxro-N29SBvi-7773wnfDplef6-y8xw,1077
|
26
26
|
unique_toolkit/app/schemas.py,sha256=xHdzMyZ_cgCzxCqzCJYwOCAYWkaQ9zIyZsRhDgSQnEA,8088
|
27
|
-
unique_toolkit/app/unique_settings.py,sha256=
|
27
|
+
unique_toolkit/app/unique_settings.py,sha256=3BSMRAUz2rfbmIW5Ot-xXj7hMjWwtNskbUh9joh11mE,10315
|
28
28
|
unique_toolkit/app/verification.py,sha256=GxFFwcJMy25fCA_Xe89wKW7bgqOu8PAs5y8QpHF0GSc,3861
|
29
29
|
unique_toolkit/chat/__init__.py,sha256=LRs2G-JTVuci4lbtHTkVUiNcZcSR6uqqfnAyo7af6nY,619
|
30
30
|
unique_toolkit/chat/constants.py,sha256=05kq6zjqUVB2d6_P7s-90nbljpB3ryxwCI-CAz0r2O4,83
|
@@ -131,7 +131,7 @@ unique_toolkit/tools/utils/execution/execution.py,sha256=vjG2Y6awsGNtlvyQAGCTthQ
|
|
131
131
|
unique_toolkit/tools/utils/source_handling/schema.py,sha256=vzAyf6ZWNexjMO0OrnB8y2glGkvAilmGGQXd6zcDaKw,870
|
132
132
|
unique_toolkit/tools/utils/source_handling/source_formatting.py,sha256=C7uayNbdkNVJdEARA5CENnHtNY1SU6etlaqbgHNyxaQ,9152
|
133
133
|
unique_toolkit/tools/utils/source_handling/tests/test_source_formatting.py,sha256=oM5ZxEgzROrnX1229KViCAFjRxl9wCTzWZoinYSHleM,6979
|
134
|
-
unique_toolkit-0.8.
|
135
|
-
unique_toolkit-0.8.
|
136
|
-
unique_toolkit-0.8.
|
137
|
-
unique_toolkit-0.8.
|
134
|
+
unique_toolkit-0.8.43.dist-info/LICENSE,sha256=GlN8wHNdh53xwOPg44URnwag6TEolCjoq3YD_KrWgss,193
|
135
|
+
unique_toolkit-0.8.43.dist-info/METADATA,sha256=pqq5cnQACt4gF0Mi2VDupTmMVaZoFEGBUFoGeb48gxo,30497
|
136
|
+
unique_toolkit-0.8.43.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
137
|
+
unique_toolkit-0.8.43.dist-info/RECORD,,
|
File without changes
|
File without changes
|