liminal-sdk-python 2026.6.0__tar.gz → 2026.7.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.6.0 → liminal_sdk_python-2026.7.0}/PKG-INFO +5 -5
  2. {liminal_sdk_python-2026.6.0 → liminal_sdk_python-2026.7.0}/liminal/endpoints/prompt/models.py +1 -1
  3. {liminal_sdk_python-2026.6.0 → liminal_sdk_python-2026.7.0}/pyproject.toml +5 -5
  4. {liminal_sdk_python-2026.6.0 → liminal_sdk_python-2026.7.0}/LICENSE +0 -0
  5. {liminal_sdk_python-2026.6.0 → liminal_sdk_python-2026.7.0}/README.md +0 -0
  6. {liminal_sdk_python-2026.6.0 → liminal_sdk_python-2026.7.0}/liminal/__init__.py +0 -0
  7. {liminal_sdk_python-2026.6.0 → liminal_sdk_python-2026.7.0}/liminal/auth/__init__.py +0 -0
  8. {liminal_sdk_python-2026.6.0 → liminal_sdk_python-2026.7.0}/liminal/auth/microsoft/__init__.py +0 -0
  9. {liminal_sdk_python-2026.6.0 → liminal_sdk_python-2026.7.0}/liminal/auth/microsoft/device_code_flow.py +0 -0
  10. {liminal_sdk_python-2026.6.0 → liminal_sdk_python-2026.7.0}/liminal/auth/microsoft/models.py +0 -0
  11. {liminal_sdk_python-2026.6.0 → liminal_sdk_python-2026.7.0}/liminal/client.py +0 -0
  12. {liminal_sdk_python-2026.6.0 → liminal_sdk_python-2026.7.0}/liminal/const.py +0 -0
  13. {liminal_sdk_python-2026.6.0 → liminal_sdk_python-2026.7.0}/liminal/endpoints/__init__.py +0 -0
  14. {liminal_sdk_python-2026.6.0 → liminal_sdk_python-2026.7.0}/liminal/endpoints/llm/__init__.py +0 -0
  15. {liminal_sdk_python-2026.6.0 → liminal_sdk_python-2026.7.0}/liminal/endpoints/llm/models.py +0 -0
  16. {liminal_sdk_python-2026.6.0 → liminal_sdk_python-2026.7.0}/liminal/endpoints/llm/schemas.py +0 -0
  17. {liminal_sdk_python-2026.6.0 → liminal_sdk_python-2026.7.0}/liminal/endpoints/prompt/__init__.py +0 -0
  18. {liminal_sdk_python-2026.6.0 → liminal_sdk_python-2026.7.0}/liminal/endpoints/prompt/schemas.py +0 -0
  19. {liminal_sdk_python-2026.6.0 → liminal_sdk_python-2026.7.0}/liminal/endpoints/thread/__init__.py +0 -0
  20. {liminal_sdk_python-2026.6.0 → liminal_sdk_python-2026.7.0}/liminal/endpoints/thread/models.py +0 -0
  21. {liminal_sdk_python-2026.6.0 → liminal_sdk_python-2026.7.0}/liminal/endpoints/thread/schemas.py +0 -0
  22. {liminal_sdk_python-2026.6.0 → liminal_sdk_python-2026.7.0}/liminal/errors.py +0 -0
  23. {liminal_sdk_python-2026.6.0 → liminal_sdk_python-2026.7.0}/liminal/helpers/__init__.py +0 -0
  24. {liminal_sdk_python-2026.6.0 → liminal_sdk_python-2026.7.0}/liminal/helpers/model.py +0 -0
  25. {liminal_sdk_python-2026.6.0 → liminal_sdk_python-2026.7.0}/liminal/helpers/schema.py +0 -0
  26. {liminal_sdk_python-2026.6.0 → liminal_sdk_python-2026.7.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.6.0
3
+ Version: 2026.7.0
4
4
  Summary: The Liminal SDK for Python
5
5
  License-Expression: Apache-2.0
6
6
  License-File: LICENSE
@@ -32,17 +32,17 @@ Requires-Dist: msal (==1.37.0)
32
32
  Requires-Dist: mypy (==2.1.0) ; extra == "lint"
33
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.3) ; extra == "lint"
36
- Requires-Dist: pytest (==9.0.3) ; extra == "test"
35
+ Requires-Dist: pytest (==9.1.1) ; extra == "lint"
36
+ Requires-Dist: pytest (==9.1.1) ; extra == "test"
37
37
  Requires-Dist: pytest-asyncio (==1.4.0) ; extra == "lint"
38
38
  Requires-Dist: pytest-asyncio (==1.4.0) ; extra == "test"
39
39
  Requires-Dist: pytest-cov (==7.1.0) ; extra == "test"
40
40
  Requires-Dist: pytest-httpx (==0.36.2) ; extra == "test"
41
41
  Requires-Dist: requests (>=2.32.2)
42
- Requires-Dist: ruff (==0.15.17) ; extra == "lint"
42
+ Requires-Dist: ruff (==0.15.20) ; 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.21) ; extra == "build"
45
+ Requires-Dist: uv (==0.11.26) ; extra == "build"
46
46
  Description-Content-Type: text/markdown
47
47
 
48
48
  # Liminal Python SDK
@@ -17,7 +17,7 @@ class AnalysisFinding(BaseModel):
17
17
  data type was detected, and what the current policy is for this type of data.
18
18
  """
19
19
 
20
- custom_term: str = field(metadata=field_options(alias="customTerm"))
20
+ info_type_name: str = field(metadata=field_options(alias="infoTypeName"))
21
21
  end: int
22
22
  policy_action: str = field(metadata=field_options(alias="policyAction"))
23
23
  score: float
@@ -28,14 +28,14 @@ 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.06.0"
31
+ version = "2026.7.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.21",
38
+ "uv==0.11.26",
39
39
  ]
40
40
  lint = [
41
41
  "blacken-docs==1.20.0",
@@ -45,15 +45,15 @@ lint = [
45
45
  "pre-commit-hooks==6.0.0",
46
46
  "pre-commit==4.6.0",
47
47
  "pytest-asyncio==1.4.0",
48
- "pytest==9.0.3",
49
- "ruff==0.15.17",
48
+ "pytest==9.1.1",
49
+ "ruff==0.15.20",
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.3",
56
+ "pytest==9.1.1",
57
57
  "pytest-asyncio==1.4.0",
58
58
  "pytest-cov==7.1.0",
59
59
  "pytest-httpx==0.36.2",