pangea-sdk 5.5.0b4__tar.gz → 5.5.1__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 (60) hide show
  1. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/PKG-INFO +4 -4
  2. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/README.md +2 -2
  3. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/__init__.py +1 -1
  4. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/services/prompt_guard.py +2 -2
  5. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pyproject.toml +2 -2
  6. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/asyncio/__init__.py +0 -0
  7. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/asyncio/file_uploader.py +0 -0
  8. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/asyncio/request.py +0 -0
  9. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/asyncio/services/__init__.py +0 -0
  10. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/asyncio/services/ai_guard.py +0 -0
  11. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/asyncio/services/audit.py +0 -0
  12. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/asyncio/services/authn.py +0 -0
  13. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/asyncio/services/authz.py +0 -0
  14. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/asyncio/services/base.py +0 -0
  15. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/asyncio/services/embargo.py +0 -0
  16. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/asyncio/services/file_scan.py +0 -0
  17. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/asyncio/services/intel.py +0 -0
  18. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/asyncio/services/prompt_guard.py +0 -0
  19. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/asyncio/services/redact.py +0 -0
  20. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/asyncio/services/sanitize.py +0 -0
  21. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/asyncio/services/share.py +0 -0
  22. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/asyncio/services/vault.py +0 -0
  23. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/audit_logger.py +0 -0
  24. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/config.py +0 -0
  25. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/crypto/rsa.py +0 -0
  26. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/deep_verify.py +0 -0
  27. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/deprecated.py +0 -0
  28. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/dump_audit.py +0 -0
  29. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/exceptions.py +0 -0
  30. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/file_uploader.py +0 -0
  31. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/py.typed +0 -0
  32. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/request.py +0 -0
  33. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/response.py +0 -0
  34. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/services/__init__.py +0 -0
  35. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/services/ai_guard.py +0 -0
  36. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/services/audit/audit.py +0 -0
  37. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/services/audit/exceptions.py +0 -0
  38. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/services/audit/models.py +0 -0
  39. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/services/audit/signing.py +0 -0
  40. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/services/audit/util.py +0 -0
  41. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/services/authn/authn.py +0 -0
  42. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/services/authn/models.py +0 -0
  43. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/services/authz.py +0 -0
  44. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/services/base.py +0 -0
  45. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/services/embargo.py +0 -0
  46. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/services/file_scan.py +0 -0
  47. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/services/intel.py +0 -0
  48. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/services/redact.py +0 -0
  49. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/services/sanitize.py +0 -0
  50. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/services/share/file_format.py +0 -0
  51. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/services/share/share.py +0 -0
  52. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/services/vault/models/asymmetric.py +0 -0
  53. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/services/vault/models/common.py +0 -0
  54. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/services/vault/models/keys.py +0 -0
  55. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/services/vault/models/secret.py +0 -0
  56. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/services/vault/models/symmetric.py +0 -0
  57. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/services/vault/vault.py +0 -0
  58. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/tools.py +0 -0
  59. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/utils.py +0 -0
  60. {pangea_sdk-5.5.0b4 → pangea_sdk-5.5.1}/pangea/verify_audit.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pangea-sdk
3
- Version: 5.5.0b4
3
+ Version: 5.5.1
4
4
  Summary: Pangea API SDK
5
5
  License: MIT
6
6
  Keywords: Pangea,SDK,Audit
@@ -9,7 +9,7 @@ Author-email: glenn.gallien@pangea.cloud
9
9
  Requires-Python: >=3.9,<4.0.0
10
10
  Classifier: Topic :: Software Development
11
11
  Classifier: Topic :: Software Development :: Libraries
12
- Requires-Dist: aiohttp (>=3.11.11,<4.0.0)
12
+ Requires-Dist: aiohttp (>=3.11.12,<4.0.0)
13
13
  Requires-Dist: cryptography (>=43.0.3,<44.0.0)
14
14
  Requires-Dist: deprecated (>=1.2.18,<2.0.0)
15
15
  Requires-Dist: google-crc32c (>=1.6.0,<2.0.0)
@@ -63,13 +63,13 @@ the same compatibility guarantees as stable releases.
63
63
  Via pip:
64
64
 
65
65
  ```bash
66
- $ pip3 install pangea-sdk==5.5.0b4
66
+ $ pip3 install pangea-sdk==5.5.0b2
67
67
  ```
68
68
 
69
69
  Via poetry:
70
70
 
71
71
  ```bash
72
- $ poetry add pangea-sdk==5.5.0b4
72
+ $ poetry add pangea-sdk==5.5.0b2
73
73
  ```
74
74
 
75
75
  ## Usage
@@ -41,13 +41,13 @@ the same compatibility guarantees as stable releases.
41
41
  Via pip:
42
42
 
43
43
  ```bash
44
- $ pip3 install pangea-sdk==5.5.0b4
44
+ $ pip3 install pangea-sdk==5.5.0b2
45
45
  ```
46
46
 
47
47
  Via poetry:
48
48
 
49
49
  ```bash
50
- $ poetry add pangea-sdk==5.5.0b4
50
+ $ poetry add pangea-sdk==5.5.0b2
51
51
  ```
52
52
 
53
53
  ## Usage
@@ -1,4 +1,4 @@
1
- __version__ = "5.5.0beta4"
1
+ __version__ = "5.5.1"
2
2
 
3
3
  from pangea.asyncio.request import PangeaRequestAsync
4
4
  from pangea.config import PangeaConfig
@@ -36,8 +36,8 @@ class GuardResult(PangeaResponseResult):
36
36
  analyzer: Optional[str] = None
37
37
  """Prompt Analyzers for identifying and rejecting properties of prompts"""
38
38
 
39
- confidence: int
40
- """Percent of confidence in the detection result, ranging from 0 to 100"""
39
+ confidence: float
40
+ """Percent of confidence in the detection result, ranging from 0 to 1"""
41
41
 
42
42
  info: Optional[str] = None
43
43
  """Extra information about the detection result"""
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "pangea-sdk"
3
- version = "5.5.0beta4"
3
+ version = "5.5.1"
4
4
  description = "Pangea API SDK"
5
5
  authors = [
6
6
  {name = "Glenn Gallien", email = "glenn.gallien@pangea.cloud"}
@@ -16,7 +16,7 @@ classifiers = [
16
16
  ]
17
17
  requires-python = ">=3.9,<4.0.0"
18
18
  dependencies = [
19
- "aiohttp (>=3.11.11,<4.0.0)",
19
+ "aiohttp (>=3.11.12,<4.0.0)",
20
20
  "cryptography (>=43.0.3,<44.0.0)",
21
21
  "deprecated (>=1.2.18,<2.0.0)",
22
22
  "google-crc32c (>=1.6.0,<2.0.0)",
File without changes
File without changes
File without changes