unique_sdk 0.10.11__py3-none-any.whl → 0.10.12__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_sdk/api_resources/_content.py +2 -2
- {unique_sdk-0.10.11.dist-info → unique_sdk-0.10.12.dist-info}/METADATA +3 -2
- {unique_sdk-0.10.11.dist-info → unique_sdk-0.10.12.dist-info}/RECORD +5 -5
- {unique_sdk-0.10.11.dist-info → unique_sdk-0.10.12.dist-info}/LICENSE +0 -0
- {unique_sdk-0.10.11.dist-info → unique_sdk-0.10.12.dist-info}/WHEEL +0 -0
@@ -230,7 +230,7 @@ class Content(APIResource["Content"]):
|
|
230
230
|
Content.PaginatedContentInfo,
|
231
231
|
cls._static_request(
|
232
232
|
"post",
|
233
|
-
"/content/
|
233
|
+
"/content/info",
|
234
234
|
user_id,
|
235
235
|
company_id,
|
236
236
|
params=params,
|
@@ -248,7 +248,7 @@ class Content(APIResource["Content"]):
|
|
248
248
|
Content.PaginatedContentInfo,
|
249
249
|
await cls._static_request_async(
|
250
250
|
"post",
|
251
|
-
"/content/
|
251
|
+
"/content/info",
|
252
252
|
user_id,
|
253
253
|
company_id,
|
254
254
|
params=params,
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: unique_sdk
|
3
|
-
Version: 0.10.
|
3
|
+
Version: 0.10.12
|
4
4
|
Summary:
|
5
5
|
License: MIT
|
6
6
|
Author: Martin Fadler
|
@@ -1488,7 +1488,8 @@ All notable changes to this project will be documented in this file.
|
|
1488
1488
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
1489
1489
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
1490
1490
|
|
1491
|
-
|
1491
|
+
## [0.10.12] - 2025-08-24
|
1492
|
+
- Switch to using Content get info deprecated endpoint to make sure we support older release versions.
|
1492
1493
|
|
1493
1494
|
## [0.10.11] - 2025-08-24
|
1494
1495
|
- Enforce usage of ruff using pipeline
|
@@ -17,7 +17,7 @@ unique_sdk/api_resources/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZ
|
|
17
17
|
unique_sdk/api_resources/_acronyms.py,sha256=GIU1XH1flGWQYcpsFqTYwg4ioIGxVmb15tux84nmhEg,891
|
18
18
|
unique_sdk/api_resources/_agentic_table.py,sha256=8-_f7t-m_iiiOj2835iESoxz91YRxl4-tkxpzQbgdcI,9958
|
19
19
|
unique_sdk/api_resources/_chat_completion.py,sha256=ILCAffxkbkfh2iV9L4KKnfe80gZmT9pWfkNmf3mq68U,2172
|
20
|
-
unique_sdk/api_resources/_content.py,sha256=
|
20
|
+
unique_sdk/api_resources/_content.py,sha256=WQiNdBSE7pe9QV15NXy_kqhEHCqrjH7Xzk3eSK-456c,10723
|
21
21
|
unique_sdk/api_resources/_embedding.py,sha256=C6qak7cCUBMBINfPhgH8taCJZ9n6w1MUElqDJJ8dG10,1281
|
22
22
|
unique_sdk/api_resources/_event.py,sha256=bpWF9vstdoAWbUzr-iiGP713ceP0zPk77GJXiImf9zg,374
|
23
23
|
unique_sdk/api_resources/_folder.py,sha256=rDO3rHNddvVWBhM4gaut9WN1A_hASJHiFiAS6a8MszU,9772
|
@@ -34,7 +34,7 @@ unique_sdk/utils/chat_in_space.py,sha256=3NeBjOu7p43V_6PrjwxyaTkgknUS10KE4QRuTlF
|
|
34
34
|
unique_sdk/utils/file_io.py,sha256=YY8B7VJcTLOPmCXByiOfNerXGlAtjCC5EVNmAbQJ3dQ,4306
|
35
35
|
unique_sdk/utils/sources.py,sha256=DoxxhMLcLhmDfNarjXa41H4JD2GSSDywr71hiC-4pYc,4952
|
36
36
|
unique_sdk/utils/token.py,sha256=AzKuAA1AwBtnvSFxGcsHLpxXr_wWE5Mj4jYBbOz2ljA,1740
|
37
|
-
unique_sdk-0.10.
|
38
|
-
unique_sdk-0.10.
|
39
|
-
unique_sdk-0.10.
|
40
|
-
unique_sdk-0.10.
|
37
|
+
unique_sdk-0.10.12.dist-info/LICENSE,sha256=EJCWoHgrXVBUb47PnjeV4MFIEOR71MAdCOIgv61J-4k,1065
|
38
|
+
unique_sdk-0.10.12.dist-info/METADATA,sha256=l4d5TX7cZpHkoDLMzELqS5Mem-WI1sLXkNHaiYtjPmk,50842
|
39
|
+
unique_sdk-0.10.12.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
40
|
+
unique_sdk-0.10.12.dist-info/RECORD,,
|
File without changes
|
File without changes
|