unique_sdk 0.10.66__tar.gz → 0.10.70__tar.gz

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.
Files changed (46) hide show
  1. {unique_sdk-0.10.66 → unique_sdk-0.10.70}/CHANGELOG.md +12 -0
  2. {unique_sdk-0.10.66 → unique_sdk-0.10.70}/PKG-INFO +18 -1
  3. {unique_sdk-0.10.66 → unique_sdk-0.10.70}/pyproject.toml +18 -5
  4. {unique_sdk-0.10.66 → unique_sdk-0.10.70}/unique_sdk/api_resources/_message_execution.py +7 -0
  5. {unique_sdk-0.10.66 → unique_sdk-0.10.70}/LICENSE +0 -0
  6. {unique_sdk-0.10.66 → unique_sdk-0.10.70}/README.md +0 -0
  7. {unique_sdk-0.10.66 → unique_sdk-0.10.70}/unique_sdk/__init__.py +0 -0
  8. {unique_sdk-0.10.66 → unique_sdk-0.10.70}/unique_sdk/_api_requestor.py +0 -0
  9. {unique_sdk-0.10.66 → unique_sdk-0.10.70}/unique_sdk/_api_resource.py +0 -0
  10. {unique_sdk-0.10.66 → unique_sdk-0.10.70}/unique_sdk/_api_version.py +0 -0
  11. {unique_sdk-0.10.66 → unique_sdk-0.10.70}/unique_sdk/_error.py +0 -0
  12. {unique_sdk-0.10.66 → unique_sdk-0.10.70}/unique_sdk/_http_client.py +0 -0
  13. {unique_sdk-0.10.66 → unique_sdk-0.10.70}/unique_sdk/_list_object.py +0 -0
  14. {unique_sdk-0.10.66 → unique_sdk-0.10.70}/unique_sdk/_object_classes.py +0 -0
  15. {unique_sdk-0.10.66 → unique_sdk-0.10.70}/unique_sdk/_request_options.py +0 -0
  16. {unique_sdk-0.10.66 → unique_sdk-0.10.70}/unique_sdk/_unique_object.py +0 -0
  17. {unique_sdk-0.10.66 → unique_sdk-0.10.70}/unique_sdk/_unique_ql.py +0 -0
  18. {unique_sdk-0.10.66 → unique_sdk-0.10.70}/unique_sdk/_unique_response.py +0 -0
  19. {unique_sdk-0.10.66 → unique_sdk-0.10.70}/unique_sdk/_util.py +0 -0
  20. {unique_sdk-0.10.66 → unique_sdk-0.10.70}/unique_sdk/_version.py +0 -0
  21. {unique_sdk-0.10.66 → unique_sdk-0.10.70}/unique_sdk/_webhook.py +0 -0
  22. {unique_sdk-0.10.66 → unique_sdk-0.10.70}/unique_sdk/api_resources/__init__.py +0 -0
  23. {unique_sdk-0.10.66 → unique_sdk-0.10.70}/unique_sdk/api_resources/_acronyms.py +0 -0
  24. {unique_sdk-0.10.66 → unique_sdk-0.10.70}/unique_sdk/api_resources/_agentic_table.py +0 -0
  25. {unique_sdk-0.10.66 → unique_sdk-0.10.70}/unique_sdk/api_resources/_chat_completion.py +0 -0
  26. {unique_sdk-0.10.66 → unique_sdk-0.10.70}/unique_sdk/api_resources/_content.py +0 -0
  27. {unique_sdk-0.10.66 → unique_sdk-0.10.70}/unique_sdk/api_resources/_embedding.py +0 -0
  28. {unique_sdk-0.10.66 → unique_sdk-0.10.70}/unique_sdk/api_resources/_event.py +0 -0
  29. {unique_sdk-0.10.66 → unique_sdk-0.10.70}/unique_sdk/api_resources/_folder.py +0 -0
  30. {unique_sdk-0.10.66 → unique_sdk-0.10.70}/unique_sdk/api_resources/_group.py +0 -0
  31. {unique_sdk-0.10.66 → unique_sdk-0.10.70}/unique_sdk/api_resources/_integrated.py +0 -0
  32. {unique_sdk-0.10.66 → unique_sdk-0.10.70}/unique_sdk/api_resources/_llm_models.py +0 -0
  33. {unique_sdk-0.10.66 → unique_sdk-0.10.70}/unique_sdk/api_resources/_mcp.py +0 -0
  34. {unique_sdk-0.10.66 → unique_sdk-0.10.70}/unique_sdk/api_resources/_message.py +0 -0
  35. {unique_sdk-0.10.66 → unique_sdk-0.10.70}/unique_sdk/api_resources/_message_assessment.py +0 -0
  36. {unique_sdk-0.10.66 → unique_sdk-0.10.70}/unique_sdk/api_resources/_message_log.py +0 -0
  37. {unique_sdk-0.10.66 → unique_sdk-0.10.70}/unique_sdk/api_resources/_search.py +0 -0
  38. {unique_sdk-0.10.66 → unique_sdk-0.10.70}/unique_sdk/api_resources/_search_string.py +0 -0
  39. {unique_sdk-0.10.66 → unique_sdk-0.10.70}/unique_sdk/api_resources/_short_term_memory.py +0 -0
  40. {unique_sdk-0.10.66 → unique_sdk-0.10.70}/unique_sdk/api_resources/_space.py +0 -0
  41. {unique_sdk-0.10.66 → unique_sdk-0.10.70}/unique_sdk/api_resources/_user.py +0 -0
  42. {unique_sdk-0.10.66 → unique_sdk-0.10.70}/unique_sdk/utils/chat_history.py +0 -0
  43. {unique_sdk-0.10.66 → unique_sdk-0.10.70}/unique_sdk/utils/chat_in_space.py +0 -0
  44. {unique_sdk-0.10.66 → unique_sdk-0.10.70}/unique_sdk/utils/file_io.py +0 -0
  45. {unique_sdk-0.10.66 → unique_sdk-0.10.70}/unique_sdk/utils/sources.py +0 -0
  46. {unique_sdk-0.10.66 → unique_sdk-0.10.70}/unique_sdk/utils/token.py +0 -0
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.10.70] - 2026-01-13
9
+ - Adding additional parameters `isQueueable`, `executionOptions` and `progressTitle` to the message execution
10
+
11
+ ## [0.10.69] - 2026-01-16
12
+ - Add unified type checking CI with basedpyright
13
+
14
+ ## [0.10.68] - 2026-01-13
15
+ - Add missing direct dependencies (httpx, anyio, aiohttp, regex, tiktoken) for deptry compliance
16
+
17
+ ## [0.10.67] - 2026-01-14
18
+ - chore(deps): bump requests from 2.31.0 to 2.32.4 in examples/custom-assistant
19
+
8
20
  ## [0.10.66] - 2026-01-05
9
21
  - Expose appliedIngestionConfig field on content search.
10
22
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: unique_sdk
3
- Version: 0.10.66
3
+ Version: 0.10.70
4
4
  Summary:
5
5
  License: MIT
6
6
  Author: Martin Fadler
@@ -11,8 +11,13 @@ Classifier: Programming Language :: Python :: 3
11
11
  Classifier: Programming Language :: Python :: 3.11
12
12
  Classifier: Programming Language :: Python :: 3.12
13
13
  Provides-Extra: openai
14
+ Requires-Dist: aiohttp (>=3.9.0,<4.0.0)
15
+ Requires-Dist: anyio (>=4.0.0,<5.0.0)
16
+ Requires-Dist: httpx (>=0.28.0,<0.29.0)
14
17
  Requires-Dist: openai (>=1.105.0,<2.0.0) ; extra == "openai"
18
+ Requires-Dist: regex (>=2024.5.15,<2025.0.0)
15
19
  Requires-Dist: requests (>=2.32.3,<3.0.0)
20
+ Requires-Dist: tiktoken (>=0.12.0,<0.13.0)
16
21
  Requires-Dist: typing-extensions (>=4.9.0,<5.0.0)
17
22
  Description-Content-Type: text/markdown
18
23
 
@@ -28,6 +33,18 @@ All notable changes to this project will be documented in this file.
28
33
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
29
34
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
30
35
 
36
+ ## [0.10.70] - 2026-01-13
37
+ - Adding additional parameters `isQueueable`, `executionOptions` and `progressTitle` to the message execution
38
+
39
+ ## [0.10.69] - 2026-01-16
40
+ - Add unified type checking CI with basedpyright
41
+
42
+ ## [0.10.68] - 2026-01-13
43
+ - Add missing direct dependencies (httpx, anyio, aiohttp, regex, tiktoken) for deptry compliance
44
+
45
+ ## [0.10.67] - 2026-01-14
46
+ - chore(deps): bump requests from 2.31.0 to 2.32.4 in examples/custom-assistant
47
+
31
48
  ## [0.10.66] - 2026-01-05
32
49
  - Expose appliedIngestionConfig field on content search.
33
50
 
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "unique_sdk"
3
- version = "0.10.66"
3
+ version = "0.10.70"
4
4
  description = ""
5
5
  authors = [
6
6
  "Martin Fadler <martin.fadler@unique.ch>",
@@ -17,6 +17,11 @@ classifiers = [
17
17
  python = "^3.11"
18
18
  typing-extensions = "^4.9.0"
19
19
  requests = "^2.32.3"
20
+ httpx = "^0.28.0"
21
+ anyio = "^4.0.0"
22
+ aiohttp = "^3.9.0"
23
+ regex = "^2024.5.15"
24
+ tiktoken = "^0.12.0"
20
25
  openai = {version = "^1.105.0", optional = true}
21
26
 
22
27
 
@@ -24,12 +29,12 @@ openai = {version = "^1.105.0", optional = true}
24
29
  ruff = "0.11.7"
25
30
  pytest = "^8.0"
26
31
  tox = "^4.11.4"
27
- pyright = "^1.1.341"
32
+ basedpyright = "^1.35.0"
28
33
  pytest-cov = "^4.1.0"
29
34
  pytest-asyncio = "^0.24.0"
30
35
  python-dotenv = "^1.1.0"
31
- httpx = "^0.28.1"
32
36
  ipykernel = "^7.1.0"
37
+ deptry = "^0.24.0"
33
38
 
34
39
  [tool.poetry.extras]
35
40
  openai = ["openai"]
@@ -38,15 +43,23 @@ openai = ["openai"]
38
43
  requires = ["poetry-core"]
39
44
  build-backend = "poetry.core.masonry.api"
40
45
 
46
+ [tool.deptry]
47
+ known_first_party = ["unique_sdk"]
48
+ extend_exclude = ["examples", "tests"]
49
+
50
+ [tool.deptry.per_rule_ignores]
51
+ DEP002 = ["openai"]
52
+
41
53
  [tool.ruff]
42
54
  target-version = "py311"
43
55
 
44
56
  [tool.ruff.lint]
45
57
  extend-select = ["I"]
46
58
 
47
- [tool.pyright]
59
+ [tool.basedpyright]
60
+ typeCheckingMode = "standard"
48
61
  include = ["unique_sdk"]
49
- exclude = ["build", "**/__pycache__"]
62
+ exclude = ["build", "**/__pycache__", "**/tests/**", "**/test_*.py"]
50
63
 
51
64
  [tool.tox]
52
65
  legacy_tox_ini = """
@@ -20,6 +20,9 @@ class MessageExecution(APIResource["MessageExecution"]):
20
20
 
21
21
  messageId: str
22
22
  type: "MessageExecution.TypeLiteral"
23
+ isQueueable: NotRequired[bool | None]
24
+ executionOptions: NotRequired[dict | None]
25
+ progressTitle: NotRequired[str | None]
23
26
 
24
27
  class GetMessageExecutionParams(RequestOptions):
25
28
  """
@@ -37,6 +40,7 @@ class MessageExecution(APIResource["MessageExecution"]):
37
40
  status: NotRequired["MessageExecution.UpdateStatusLiteral | None"]
38
41
  secondsRemaining: NotRequired[int | None]
39
42
  percentageCompleted: NotRequired[int | None]
43
+ progressTitle: NotRequired[str | None]
40
44
 
41
45
  id: str
42
46
  messageId: str
@@ -44,6 +48,9 @@ class MessageExecution(APIResource["MessageExecution"]):
44
48
  type: "MessageExecution.TypeLiteral"
45
49
  secondsRemaining: int | None
46
50
  percentageCompleted: int | None
51
+ isQueueable: bool
52
+ executionOptions: dict | None
53
+ progressTitle: str | None
47
54
  positionInQueue: int | None
48
55
  createdAt: str
49
56
  updatedAt: str
File without changes
File without changes