liminal-sdk-python 2026.3.1__tar.gz → 2026.6.0__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 (26) hide show
  1. {liminal_sdk_python-2026.3.1 → liminal_sdk_python-2026.6.0}/PKG-INFO +13 -13
  2. {liminal_sdk_python-2026.3.1 → liminal_sdk_python-2026.6.0}/pyproject.toml +14 -14
  3. {liminal_sdk_python-2026.3.1 → liminal_sdk_python-2026.6.0}/LICENSE +0 -0
  4. {liminal_sdk_python-2026.3.1 → liminal_sdk_python-2026.6.0}/README.md +0 -0
  5. {liminal_sdk_python-2026.3.1 → liminal_sdk_python-2026.6.0}/liminal/__init__.py +0 -0
  6. {liminal_sdk_python-2026.3.1 → liminal_sdk_python-2026.6.0}/liminal/auth/__init__.py +0 -0
  7. {liminal_sdk_python-2026.3.1 → liminal_sdk_python-2026.6.0}/liminal/auth/microsoft/__init__.py +0 -0
  8. {liminal_sdk_python-2026.3.1 → liminal_sdk_python-2026.6.0}/liminal/auth/microsoft/device_code_flow.py +0 -0
  9. {liminal_sdk_python-2026.3.1 → liminal_sdk_python-2026.6.0}/liminal/auth/microsoft/models.py +0 -0
  10. {liminal_sdk_python-2026.3.1 → liminal_sdk_python-2026.6.0}/liminal/client.py +0 -0
  11. {liminal_sdk_python-2026.3.1 → liminal_sdk_python-2026.6.0}/liminal/const.py +0 -0
  12. {liminal_sdk_python-2026.3.1 → liminal_sdk_python-2026.6.0}/liminal/endpoints/__init__.py +0 -0
  13. {liminal_sdk_python-2026.3.1 → liminal_sdk_python-2026.6.0}/liminal/endpoints/llm/__init__.py +0 -0
  14. {liminal_sdk_python-2026.3.1 → liminal_sdk_python-2026.6.0}/liminal/endpoints/llm/models.py +0 -0
  15. {liminal_sdk_python-2026.3.1 → liminal_sdk_python-2026.6.0}/liminal/endpoints/llm/schemas.py +0 -0
  16. {liminal_sdk_python-2026.3.1 → liminal_sdk_python-2026.6.0}/liminal/endpoints/prompt/__init__.py +0 -0
  17. {liminal_sdk_python-2026.3.1 → liminal_sdk_python-2026.6.0}/liminal/endpoints/prompt/models.py +0 -0
  18. {liminal_sdk_python-2026.3.1 → liminal_sdk_python-2026.6.0}/liminal/endpoints/prompt/schemas.py +0 -0
  19. {liminal_sdk_python-2026.3.1 → liminal_sdk_python-2026.6.0}/liminal/endpoints/thread/__init__.py +0 -0
  20. {liminal_sdk_python-2026.3.1 → liminal_sdk_python-2026.6.0}/liminal/endpoints/thread/models.py +0 -0
  21. {liminal_sdk_python-2026.3.1 → liminal_sdk_python-2026.6.0}/liminal/endpoints/thread/schemas.py +0 -0
  22. {liminal_sdk_python-2026.3.1 → liminal_sdk_python-2026.6.0}/liminal/errors.py +0 -0
  23. {liminal_sdk_python-2026.3.1 → liminal_sdk_python-2026.6.0}/liminal/helpers/__init__.py +0 -0
  24. {liminal_sdk_python-2026.3.1 → liminal_sdk_python-2026.6.0}/liminal/helpers/model.py +0 -0
  25. {liminal_sdk_python-2026.3.1 → liminal_sdk_python-2026.6.0}/liminal/helpers/schema.py +0 -0
  26. {liminal_sdk_python-2026.3.1 → liminal_sdk_python-2026.6.0}/liminal/helpers/typing.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: liminal-sdk-python
3
- Version: 2026.3.1
3
+ Version: 2026.6.0
4
4
  Summary: The Liminal SDK for Python
5
5
  License-Expression: Apache-2.0
6
6
  License-File: LICENSE
@@ -23,26 +23,26 @@ Provides-Extra: test
23
23
  Requires-Dist: anyio (>=4.4.0)
24
24
  Requires-Dist: blacken-docs (==1.20.0) ; extra == "lint"
25
25
  Requires-Dist: codespell (==2.4.2) ; extra == "lint"
26
- Requires-Dist: cryptography (==46.0.6)
26
+ Requires-Dist: cryptography (==49.0.0)
27
27
  Requires-Dist: darglint (==1.8.1) ; extra == "lint"
28
28
  Requires-Dist: httpx (==0.28.1)
29
29
  Requires-Dist: liminal-sdk-python[build,lint,release,test] ; extra == "all"
30
- Requires-Dist: mashumaro (==3.20)
31
- Requires-Dist: msal (==1.35.1)
32
- Requires-Dist: mypy (==1.19.1) ; extra == "lint"
33
- Requires-Dist: pre-commit (==4.5.1) ; extra == "lint"
30
+ Requires-Dist: mashumaro (==3.22)
31
+ Requires-Dist: msal (==1.37.0)
32
+ Requires-Dist: mypy (==2.1.0) ; extra == "lint"
33
+ Requires-Dist: pre-commit (==4.6.0) ; extra == "lint"
34
34
  Requires-Dist: pre-commit-hooks (==6.0.0) ; extra == "lint"
35
- Requires-Dist: pytest (==9.0.2) ; extra == "lint"
36
- Requires-Dist: pytest (==9.0.2) ; extra == "test"
37
- Requires-Dist: pytest-asyncio (==1.3.0) ; extra == "lint"
38
- Requires-Dist: pytest-asyncio (==1.3.0) ; extra == "test"
35
+ Requires-Dist: pytest (==9.0.3) ; extra == "lint"
36
+ Requires-Dist: pytest (==9.0.3) ; extra == "test"
37
+ Requires-Dist: pytest-asyncio (==1.4.0) ; extra == "lint"
38
+ Requires-Dist: pytest-asyncio (==1.4.0) ; extra == "test"
39
39
  Requires-Dist: pytest-cov (==7.1.0) ; extra == "test"
40
- Requires-Dist: pytest-httpx (==0.36.0) ; extra == "test"
40
+ Requires-Dist: pytest-httpx (==0.36.2) ; extra == "test"
41
41
  Requires-Dist: requests (>=2.32.2)
42
- Requires-Dist: ruff (==0.15.8) ; extra == "lint"
42
+ Requires-Dist: ruff (==0.15.17) ; extra == "lint"
43
43
  Requires-Dist: tomli (==2.4.1) ; extra == "release"
44
44
  Requires-Dist: tomli-w (==1.2.0) ; extra == "release"
45
- Requires-Dist: uv (==0.11.2) ; extra == "build"
45
+ Requires-Dist: uv (==0.11.21) ; extra == "build"
46
46
  Description-Content-Type: text/markdown
47
47
 
48
48
  # Liminal Python SDK
@@ -1,6 +1,6 @@
1
1
  [build-system]
2
2
  requires = [
3
- "poetry-core==2.3.1",
3
+ "poetry-core==2.4.1",
4
4
  ]
5
5
  build-backend = "poetry.core.masonry.api"
6
6
 
@@ -17,10 +17,10 @@ classifiers = [
17
17
  ]
18
18
  dependencies = [
19
19
  "anyio>=4.4.0",
20
- "cryptography==46.0.6",
20
+ "cryptography==49.0.0",
21
21
  "httpx==0.28.1",
22
- "mashumaro==3.20",
23
- "msal==1.35.1",
22
+ "mashumaro==3.22",
23
+ "msal==1.37.0",
24
24
  "requests>=2.32.2",
25
25
  ]
26
26
  description = "The Liminal SDK for Python"
@@ -28,35 +28,35 @@ license = "Apache-2.0"
28
28
  name = "liminal-sdk-python"
29
29
  readme = "README.md"
30
30
  requires-python = ">=3.12,<3.15"
31
- version = "2026.03.1"
31
+ version = "2026.06.0"
32
32
 
33
33
  [project.optional-dependencies]
34
34
  all = [
35
35
  "liminal-sdk-python[build,lint,release,test]",
36
36
  ]
37
37
  build = [
38
- "uv==0.11.2",
38
+ "uv==0.11.21",
39
39
  ]
40
40
  lint = [
41
41
  "blacken-docs==1.20.0",
42
42
  "codespell==2.4.2",
43
43
  "darglint==1.8.1",
44
- "mypy==1.19.1",
44
+ "mypy==2.1.0",
45
45
  "pre-commit-hooks==6.0.0",
46
- "pre-commit==4.5.1",
47
- "pytest-asyncio==1.3.0",
48
- "pytest==9.0.2",
49
- "ruff==0.15.8",
46
+ "pre-commit==4.6.0",
47
+ "pytest-asyncio==1.4.0",
48
+ "pytest==9.0.3",
49
+ "ruff==0.15.17",
50
50
  ]
51
51
  release = [
52
52
  "tomli==2.4.1",
53
53
  "tomli-w==1.2.0",
54
54
  ]
55
55
  test = [
56
- "pytest==9.0.2",
57
- "pytest-asyncio==1.3.0",
56
+ "pytest==9.0.3",
57
+ "pytest-asyncio==1.4.0",
58
58
  "pytest-cov==7.1.0",
59
- "pytest-httpx==0.36.0",
59
+ "pytest-httpx==0.36.2",
60
60
  ]
61
61
 
62
62
  [tool.coverage.report]