datamasque-python 1.2.3__tar.gz → 1.2.4__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 (90) hide show
  1. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/HISTORY.rst +7 -0
  2. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/PKG-INFO +1 -1
  3. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/models/status.py +1 -0
  4. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/pyproject.toml +1 -1
  5. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/uv.lock +1 -1
  6. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/.editorconfig +0 -0
  7. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/.github/workflows/ci.yml +0 -0
  8. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/.github/workflows/release-testpypi.yml +0 -0
  9. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/.github/workflows/release.yml +0 -0
  10. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/.gitignore +0 -0
  11. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/.readthedocs.yaml +0 -0
  12. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/CONTRIBUTING.rst +0 -0
  13. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/LICENSE +0 -0
  14. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/MANIFEST.in +0 -0
  15. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/Makefile +0 -0
  16. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/NOTICE +0 -0
  17. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/README.rst +0 -0
  18. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/RELEASING.rst +0 -0
  19. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/__init__.py +0 -0
  20. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/base.py +0 -0
  21. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/connections.py +0 -0
  22. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/discovery.py +0 -0
  23. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/discovery_config_libraries.py +0 -0
  24. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/discovery_configs.py +0 -0
  25. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/dmclient.py +0 -0
  26. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/exceptions.py +0 -0
  27. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/files.py +0 -0
  28. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/ifm.py +0 -0
  29. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/license.py +0 -0
  30. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/models/__init__.py +0 -0
  31. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/models/connection.py +0 -0
  32. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/models/data_selection.py +0 -0
  33. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/models/discovery.py +0 -0
  34. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/models/discovery_config.py +0 -0
  35. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/models/discovery_config_library.py +0 -0
  36. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/models/dm_instance.py +0 -0
  37. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/models/files.py +0 -0
  38. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/models/git.py +0 -0
  39. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/models/ifm.py +0 -0
  40. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/models/license.py +0 -0
  41. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/models/pagination.py +0 -0
  42. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/models/rg_config.py +0 -0
  43. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/models/ruleset.py +0 -0
  44. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/models/ruleset_library.py +0 -0
  45. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/models/runs.py +0 -0
  46. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/models/safe_data_preview.py +0 -0
  47. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/models/table_reference.py +0 -0
  48. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/models/user.py +0 -0
  49. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/py.typed +0 -0
  50. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/rg_configs.py +0 -0
  51. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/ruleset_libraries.py +0 -0
  52. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/rulesets.py +0 -0
  53. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/runs.py +0 -0
  54. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/settings.py +0 -0
  55. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/spcs.py +0 -0
  56. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/table_references.py +0 -0
  57. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/users.py +0 -0
  58. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/docs/Makefile +0 -0
  59. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/docs/client.models.rst +0 -0
  60. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/docs/client.rst +0 -0
  61. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/docs/conf.py +0 -0
  62. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/docs/contributing.rst +0 -0
  63. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/docs/history.rst +0 -0
  64. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/docs/index.rst +0 -0
  65. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/docs/installation.rst +0 -0
  66. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/docs/make.bat +0 -0
  67. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/docs/modules.rst +0 -0
  68. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/docs/readme.rst +0 -0
  69. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/docs/usage.rst +0 -0
  70. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/tests/__init__.py +0 -0
  71. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/tests/conftest.py +0 -0
  72. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/tests/helpers.py +0 -0
  73. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/tests/test_base.py +0 -0
  74. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/tests/test_connections.py +0 -0
  75. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/tests/test_discovery.py +0 -0
  76. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/tests/test_discovery_config_libraries.py +0 -0
  77. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/tests/test_discovery_configs.py +0 -0
  78. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/tests/test_files.py +0 -0
  79. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/tests/test_ifm.py +0 -0
  80. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/tests/test_license.py +0 -0
  81. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/tests/test_pagination.py +0 -0
  82. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/tests/test_rg_configs.py +0 -0
  83. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/tests/test_ruleset_library.py +0 -0
  84. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/tests/test_rulesets.py +0 -0
  85. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/tests/test_runs.py +0 -0
  86. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/tests/test_safe_data_preview.py +0 -0
  87. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/tests/test_settings.py +0 -0
  88. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/tests/test_spcs.py +0 -0
  89. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/tests/test_table_references.py +0 -0
  90. {datamasque_python-1.2.3 → datamasque_python-1.2.4}/tests/test_users.py +0 -0
@@ -2,6 +2,13 @@
2
2
  History
3
3
  =======
4
4
 
5
+ 1.2.4 (2026-08-12)
6
+ ------------------
7
+
8
+ * Added ``rg_config`` to ``ValidationErrorType``, covering ruleset generation config validation errors.
9
+
10
+ Requires server version 3.26.15
11
+
5
12
  1.2.3 (2026-08-12)
6
13
  ------------------
7
14
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.5
2
2
  Name: datamasque-python
3
- Version: 1.2.3
3
+ Version: 1.2.4
4
4
  Summary: Official Python client for the DataMasque data-masking API.
5
5
  Project-URL: Homepage, https://datamasque.com/
6
6
  Project-URL: Documentation, https://datamasque-python.readthedocs.io/
@@ -20,6 +20,7 @@ class ValidationErrorType(enum.Enum):
20
20
  library_missing = "library_missing"
21
21
  library_invalid = "library_invalid"
22
22
  expansion = "expansion" # The ruleset is not valid once its library references are expanded.
23
+ rg_config = "rg_config"
23
24
 
24
25
 
25
26
  class ValidationErrorDetails(BaseModel):
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "datamasque-python"
3
- version = "1.2.3"
3
+ version = "1.2.4"
4
4
  description = "Official Python client for the DataMasque data-masking API."
5
5
  authors = [
6
6
  { name = "DataMasque Ltd" },
@@ -419,7 +419,7 @@ toml = [
419
419
 
420
420
  [[package]]
421
421
  name = "datamasque-python"
422
- version = "1.2.3"
422
+ version = "1.2.4"
423
423
  source = { editable = "." }
424
424
  dependencies = [
425
425
  { name = "pydantic" },