unique_sdk 0.10.67__tar.gz → 0.10.71__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.67 → unique_sdk-0.10.71}/CHANGELOG.md +12 -0
  2. {unique_sdk-0.10.67 → unique_sdk-0.10.71}/PKG-INFO +18 -1
  3. {unique_sdk-0.10.67 → unique_sdk-0.10.71}/pyproject.toml +32 -5
  4. {unique_sdk-0.10.67 → unique_sdk-0.10.71}/unique_sdk/api_resources/_message_execution.py +7 -0
  5. {unique_sdk-0.10.67 → unique_sdk-0.10.71}/LICENSE +0 -0
  6. {unique_sdk-0.10.67 → unique_sdk-0.10.71}/README.md +0 -0
  7. {unique_sdk-0.10.67 → unique_sdk-0.10.71}/unique_sdk/__init__.py +0 -0
  8. {unique_sdk-0.10.67 → unique_sdk-0.10.71}/unique_sdk/_api_requestor.py +0 -0
  9. {unique_sdk-0.10.67 → unique_sdk-0.10.71}/unique_sdk/_api_resource.py +0 -0
  10. {unique_sdk-0.10.67 → unique_sdk-0.10.71}/unique_sdk/_api_version.py +0 -0
  11. {unique_sdk-0.10.67 → unique_sdk-0.10.71}/unique_sdk/_error.py +0 -0
  12. {unique_sdk-0.10.67 → unique_sdk-0.10.71}/unique_sdk/_http_client.py +0 -0
  13. {unique_sdk-0.10.67 → unique_sdk-0.10.71}/unique_sdk/_list_object.py +0 -0
  14. {unique_sdk-0.10.67 → unique_sdk-0.10.71}/unique_sdk/_object_classes.py +0 -0
  15. {unique_sdk-0.10.67 → unique_sdk-0.10.71}/unique_sdk/_request_options.py +0 -0
  16. {unique_sdk-0.10.67 → unique_sdk-0.10.71}/unique_sdk/_unique_object.py +0 -0
  17. {unique_sdk-0.10.67 → unique_sdk-0.10.71}/unique_sdk/_unique_ql.py +0 -0
  18. {unique_sdk-0.10.67 → unique_sdk-0.10.71}/unique_sdk/_unique_response.py +0 -0
  19. {unique_sdk-0.10.67 → unique_sdk-0.10.71}/unique_sdk/_util.py +0 -0
  20. {unique_sdk-0.10.67 → unique_sdk-0.10.71}/unique_sdk/_version.py +0 -0
  21. {unique_sdk-0.10.67 → unique_sdk-0.10.71}/unique_sdk/_webhook.py +0 -0
  22. {unique_sdk-0.10.67 → unique_sdk-0.10.71}/unique_sdk/api_resources/__init__.py +0 -0
  23. {unique_sdk-0.10.67 → unique_sdk-0.10.71}/unique_sdk/api_resources/_acronyms.py +0 -0
  24. {unique_sdk-0.10.67 → unique_sdk-0.10.71}/unique_sdk/api_resources/_agentic_table.py +0 -0
  25. {unique_sdk-0.10.67 → unique_sdk-0.10.71}/unique_sdk/api_resources/_chat_completion.py +0 -0
  26. {unique_sdk-0.10.67 → unique_sdk-0.10.71}/unique_sdk/api_resources/_content.py +0 -0
  27. {unique_sdk-0.10.67 → unique_sdk-0.10.71}/unique_sdk/api_resources/_embedding.py +0 -0
  28. {unique_sdk-0.10.67 → unique_sdk-0.10.71}/unique_sdk/api_resources/_event.py +0 -0
  29. {unique_sdk-0.10.67 → unique_sdk-0.10.71}/unique_sdk/api_resources/_folder.py +0 -0
  30. {unique_sdk-0.10.67 → unique_sdk-0.10.71}/unique_sdk/api_resources/_group.py +0 -0
  31. {unique_sdk-0.10.67 → unique_sdk-0.10.71}/unique_sdk/api_resources/_integrated.py +0 -0
  32. {unique_sdk-0.10.67 → unique_sdk-0.10.71}/unique_sdk/api_resources/_llm_models.py +0 -0
  33. {unique_sdk-0.10.67 → unique_sdk-0.10.71}/unique_sdk/api_resources/_mcp.py +0 -0
  34. {unique_sdk-0.10.67 → unique_sdk-0.10.71}/unique_sdk/api_resources/_message.py +0 -0
  35. {unique_sdk-0.10.67 → unique_sdk-0.10.71}/unique_sdk/api_resources/_message_assessment.py +0 -0
  36. {unique_sdk-0.10.67 → unique_sdk-0.10.71}/unique_sdk/api_resources/_message_log.py +0 -0
  37. {unique_sdk-0.10.67 → unique_sdk-0.10.71}/unique_sdk/api_resources/_search.py +0 -0
  38. {unique_sdk-0.10.67 → unique_sdk-0.10.71}/unique_sdk/api_resources/_search_string.py +0 -0
  39. {unique_sdk-0.10.67 → unique_sdk-0.10.71}/unique_sdk/api_resources/_short_term_memory.py +0 -0
  40. {unique_sdk-0.10.67 → unique_sdk-0.10.71}/unique_sdk/api_resources/_space.py +0 -0
  41. {unique_sdk-0.10.67 → unique_sdk-0.10.71}/unique_sdk/api_resources/_user.py +0 -0
  42. {unique_sdk-0.10.67 → unique_sdk-0.10.71}/unique_sdk/utils/chat_history.py +0 -0
  43. {unique_sdk-0.10.67 → unique_sdk-0.10.71}/unique_sdk/utils/chat_in_space.py +0 -0
  44. {unique_sdk-0.10.67 → unique_sdk-0.10.71}/unique_sdk/utils/file_io.py +0 -0
  45. {unique_sdk-0.10.67 → unique_sdk-0.10.71}/unique_sdk/utils/sources.py +0 -0
  46. {unique_sdk-0.10.67 → unique_sdk-0.10.71}/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.71] - 2026-01-16
9
+ - Add local CI testing commands via poethepoet (poe lint, poe test, poe ci-typecheck, etc.)
10
+
11
+ ## [0.10.70] - 2026-01-13
12
+ - Adding additional parameters `isQueueable`, `executionOptions` and `progressTitle` to the message execution
13
+
14
+ ## [0.10.69] - 2026-01-16
15
+ - Add unified type checking CI with basedpyright
16
+
17
+ ## [0.10.68] - 2026-01-13
18
+ - Add missing direct dependencies (httpx, anyio, aiohttp, regex, tiktoken) for deptry compliance
19
+
8
20
  ## [0.10.67] - 2026-01-14
9
21
  - chore(deps): bump requests from 2.31.0 to 2.32.4 in examples/custom-assistant
10
22
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: unique_sdk
3
- Version: 0.10.67
3
+ Version: 0.10.71
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.71] - 2026-01-16
37
+ - Add local CI testing commands via poethepoet (poe lint, poe test, poe ci-typecheck, etc.)
38
+
39
+ ## [0.10.70] - 2026-01-13
40
+ - Adding additional parameters `isQueueable`, `executionOptions` and `progressTitle` to the message execution
41
+
42
+ ## [0.10.69] - 2026-01-16
43
+ - Add unified type checking CI with basedpyright
44
+
45
+ ## [0.10.68] - 2026-01-13
46
+ - Add missing direct dependencies (httpx, anyio, aiohttp, regex, tiktoken) for deptry compliance
47
+
31
48
  ## [0.10.67] - 2026-01-14
32
49
  - chore(deps): bump requests from 2.31.0 to 2.32.4 in examples/custom-assistant
33
50
 
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "unique_sdk"
3
- version = "0.10.67"
3
+ version = "0.10.71"
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,13 @@ 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"
38
+ poethepoet = "^0.32.0"
33
39
 
34
40
  [tool.poetry.extras]
35
41
  openai = ["openai"]
@@ -38,15 +44,36 @@ openai = ["openai"]
38
44
  requires = ["poetry-core"]
39
45
  build-backend = "poetry.core.masonry.api"
40
46
 
47
+ [tool.deptry]
48
+ known_first_party = ["unique_sdk"]
49
+ extend_exclude = ["examples", "tests"]
50
+
51
+ [tool.deptry.per_rule_ignores]
52
+ DEP002 = ["openai"]
53
+
41
54
  [tool.ruff]
42
55
  target-version = "py311"
43
56
 
44
57
  [tool.ruff.lint]
45
58
  extend-select = ["I"]
46
59
 
47
- [tool.pyright]
60
+ [tool.basedpyright]
61
+ typeCheckingMode = "standard"
48
62
  include = ["unique_sdk"]
49
- exclude = ["build", "**/__pycache__"]
63
+ exclude = ["build", "**/__pycache__", "**/tests/**", "**/test_*.py"]
64
+
65
+ [tool.poe.tasks]
66
+ # Run from package directory: poetry run poe <task>
67
+ lint = "ruff check ."
68
+ lint-fix = "ruff check . --fix"
69
+ format = "ruff format ."
70
+ test = "pytest"
71
+ typecheck = "basedpyright"
72
+ depcheck = "deptry ."
73
+ coverage = "pytest --cov=unique_sdk --cov-report=term-missing"
74
+ # Full CI-like checks (with baseline)
75
+ ci-typecheck = { shell = "bash $(git rev-parse --show-toplevel)/.github/scripts/dev.sh typecheck" }
76
+ ci-coverage = { shell = "bash $(git rev-parse --show-toplevel)/.github/scripts/dev.sh coverage" }
50
77
 
51
78
  [tool.tox]
52
79
  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