arthur-client 0.8.0__tar.gz → 0.9.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 (61) hide show
  1. {arthur-client-0.8.0 → arthur-client-0.9.0}/PKG-INFO +1 -1
  2. {arthur-client-0.8.0 → arthur-client-0.9.0}/arthur/client/rest/admin/models.py +2 -1
  3. {arthur-client-0.8.0 → arthur-client-0.9.0}/arthur/client/rest/alerts/models.py +1 -1
  4. {arthur-client-0.8.0 → arthur-client-0.9.0}/arthur/client/rest/bench/models.py +1 -1
  5. {arthur-client-0.8.0 → arthur-client-0.9.0}/arthur/client/rest/common/models.py +1 -1
  6. {arthur-client-0.8.0 → arthur-client-0.9.0}/arthur/client/rest/enrichments/models.py +1 -1
  7. {arthur-client-0.8.0 → arthur-client-0.9.0}/arthur/client/rest/inferences/models.py +1 -1
  8. {arthur-client-0.8.0 → arthur-client-0.9.0}/arthur/client/rest/insights/models.py +1 -1
  9. {arthur-client-0.8.0 → arthur-client-0.9.0}/arthur/client/rest/metrics/models.py +1 -1
  10. {arthur-client-0.8.0 → arthur-client-0.9.0}/arthur/client/rest/model_groups/models.py +1 -1
  11. {arthur-client-0.8.0 → arthur-client-0.9.0}/arthur/client/rest/models/models.py +1 -1
  12. {arthur-client-0.8.0 → arthur-client-0.9.0}/arthur/client/rest/query/models.py +1 -1
  13. {arthur-client-0.8.0 → arthur-client-0.9.0}/arthur/client/version.py +1 -1
  14. {arthur-client-0.8.0 → arthur-client-0.9.0}/arthur_client.egg-info/PKG-INFO +1 -1
  15. {arthur-client-0.8.0 → arthur-client-0.9.0}/LICENSE +0 -0
  16. {arthur-client-0.8.0 → arthur-client-0.9.0}/README.md +0 -0
  17. {arthur-client-0.8.0 → arthur-client-0.9.0}/arthur/client/__init__.py +0 -0
  18. {arthur-client-0.8.0 → arthur-client-0.9.0}/arthur/client/auth/__init__.py +0 -0
  19. {arthur-client-0.8.0 → arthur-client-0.9.0}/arthur/client/auth/helpers.py +0 -0
  20. {arthur-client-0.8.0 → arthur-client-0.9.0}/arthur/client/auth/refresh.py +0 -0
  21. {arthur-client-0.8.0 → arthur-client-0.9.0}/arthur/client/helpers.py +0 -0
  22. {arthur-client-0.8.0 → arthur-client-0.9.0}/arthur/client/http/__init__.py +0 -0
  23. {arthur-client-0.8.0 → arthur-client-0.9.0}/arthur/client/http/helper.py +0 -0
  24. {arthur-client-0.8.0 → arthur-client-0.9.0}/arthur/client/http/requests.py +0 -0
  25. {arthur-client-0.8.0 → arthur-client-0.9.0}/arthur/client/http/validation.py +0 -0
  26. {arthur-client-0.8.0 → arthur-client-0.9.0}/arthur/client/rest/__init__.py +0 -0
  27. {arthur-client-0.8.0 → arthur-client-0.9.0}/arthur/client/rest/admin/__init__.py +0 -0
  28. {arthur-client-0.8.0 → arthur-client-0.9.0}/arthur/client/rest/admin/client.py +0 -0
  29. {arthur-client-0.8.0 → arthur-client-0.9.0}/arthur/client/rest/alerts/__init__.py +0 -0
  30. {arthur-client-0.8.0 → arthur-client-0.9.0}/arthur/client/rest/alerts/client.py +0 -0
  31. {arthur-client-0.8.0 → arthur-client-0.9.0}/arthur/client/rest/bench/__init__.py +0 -0
  32. {arthur-client-0.8.0 → arthur-client-0.9.0}/arthur/client/rest/bench/client.py +0 -0
  33. {arthur-client-0.8.0 → arthur-client-0.9.0}/arthur/client/rest/client.py +0 -0
  34. {arthur-client-0.8.0 → arthur-client-0.9.0}/arthur/client/rest/common/__init__.py +0 -0
  35. {arthur-client-0.8.0 → arthur-client-0.9.0}/arthur/client/rest/common/client.py +0 -0
  36. {arthur-client-0.8.0 → arthur-client-0.9.0}/arthur/client/rest/enrichments/__init__.py +0 -0
  37. {arthur-client-0.8.0 → arthur-client-0.9.0}/arthur/client/rest/enrichments/client.py +0 -0
  38. {arthur-client-0.8.0 → arthur-client-0.9.0}/arthur/client/rest/inferences/__init__.py +0 -0
  39. {arthur-client-0.8.0 → arthur-client-0.9.0}/arthur/client/rest/inferences/client.py +0 -0
  40. {arthur-client-0.8.0 → arthur-client-0.9.0}/arthur/client/rest/insights/__init__.py +0 -0
  41. {arthur-client-0.8.0 → arthur-client-0.9.0}/arthur/client/rest/insights/client.py +0 -0
  42. {arthur-client-0.8.0 → arthur-client-0.9.0}/arthur/client/rest/metrics/__init__.py +0 -0
  43. {arthur-client-0.8.0 → arthur-client-0.9.0}/arthur/client/rest/metrics/client.py +0 -0
  44. {arthur-client-0.8.0 → arthur-client-0.9.0}/arthur/client/rest/model_groups/__init__.py +0 -0
  45. {arthur-client-0.8.0 → arthur-client-0.9.0}/arthur/client/rest/model_groups/client.py +0 -0
  46. {arthur-client-0.8.0 → arthur-client-0.9.0}/arthur/client/rest/models/__init__.py +0 -0
  47. {arthur-client-0.8.0 → arthur-client-0.9.0}/arthur/client/rest/models/client.py +0 -0
  48. {arthur-client-0.8.0 → arthur-client-0.9.0}/arthur/client/rest/query/__init__.py +0 -0
  49. {arthur-client-0.8.0 → arthur-client-0.9.0}/arthur/client/rest/query/client.py +0 -0
  50. {arthur-client-0.8.0 → arthur-client-0.9.0}/arthur/client/types.py +0 -0
  51. {arthur-client-0.8.0 → arthur-client-0.9.0}/arthur/common/__init__.py +0 -0
  52. {arthur-client-0.8.0 → arthur-client-0.9.0}/arthur/common/constants.py +0 -0
  53. {arthur-client-0.8.0 → arthur-client-0.9.0}/arthur/common/exceptions.py +0 -0
  54. {arthur-client-0.8.0 → arthur-client-0.9.0}/arthur/common/log.py +0 -0
  55. {arthur-client-0.8.0 → arthur-client-0.9.0}/arthur_client.egg-info/SOURCES.txt +0 -0
  56. {arthur-client-0.8.0 → arthur-client-0.9.0}/arthur_client.egg-info/dependency_links.txt +0 -0
  57. {arthur-client-0.8.0 → arthur-client-0.9.0}/arthur_client.egg-info/requires.txt +0 -0
  58. {arthur-client-0.8.0 → arthur-client-0.9.0}/arthur_client.egg-info/top_level.txt +0 -0
  59. {arthur-client-0.8.0 → arthur-client-0.9.0}/client-readme-public.md +0 -0
  60. {arthur-client-0.8.0 → arthur-client-0.9.0}/pyproject.toml +0 -0
  61. {arthur-client-0.8.0 → arthur-client-0.9.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: arthur-client
3
- Version: 0.8.0
3
+ Version: 0.9.0
4
4
  Summary: Arthur API Python Client
5
5
  Author-email: Arthur <info@arthur.ai>
6
6
  License: MIT
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: admin.yaml
3
- # timestamp: 2023-11-17T16:56:29+00:00
3
+ # timestamp: 2023-11-29T22:18:00+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -720,6 +720,7 @@ class Organization(BaseModel):
720
720
  """
721
721
  The time in UTC that the org was last updated
722
722
  """
723
+ license_plan: Optional[OrganizationLimits] = None
723
724
  roles: Optional[List[RoleDefinitionRequest]] = None
724
725
  """
725
726
  A list of RoleDefinitionRequest objects that define the custom RBAC for this organization
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: alerts.yaml
3
- # timestamp: 2023-11-17T16:56:29+00:00
3
+ # timestamp: 2023-11-29T22:18:00+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: bench.yaml
3
- # timestamp: 2023-11-17T16:56:29+00:00
3
+ # timestamp: 2023-11-29T22:18:00+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: common.yaml
3
- # timestamp: 2023-11-17T16:56:28+00:00
3
+ # timestamp: 2023-11-29T22:18:00+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: enrichments.yaml
3
- # timestamp: 2023-11-17T16:56:28+00:00
3
+ # timestamp: 2023-11-29T22:18:00+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: inferences.yaml
3
- # timestamp: 2023-11-17T16:56:28+00:00
3
+ # timestamp: 2023-11-29T22:18:00+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: insights.yaml
3
- # timestamp: 2023-11-17T16:56:28+00:00
3
+ # timestamp: 2023-11-29T22:18:00+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: metrics.yaml
3
- # timestamp: 2023-11-17T16:56:28+00:00
3
+ # timestamp: 2023-11-29T22:18:00+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: model_groups.yaml
3
- # timestamp: 2023-11-17T16:56:28+00:00
3
+ # timestamp: 2023-11-29T22:17:59+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: models.yaml
3
- # timestamp: 2023-11-17T16:56:28+00:00
3
+ # timestamp: 2023-11-29T22:17:59+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: query.yaml
3
- # timestamp: 2023-11-17T16:56:28+00:00
3
+ # timestamp: 2023-11-29T22:17:59+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,2 +1,2 @@
1
- __version__ = "0.8.0"
1
+ __version__ = "0.9.0"
2
2
  api_spec_version = "3.0.0"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: arthur-client
3
- Version: 0.8.0
3
+ Version: 0.9.0
4
4
  Summary: Arthur API Python Client
5
5
  Author-email: Arthur <info@arthur.ai>
6
6
  License: MIT
File without changes
File without changes
File without changes