tobiko-cloud-api-client 202535.2.0__tar.gz → 202535.4.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 (21) hide show
  1. {tobiko_cloud_api_client-202535.2.0/tobiko_cloud_api_client.egg-info → tobiko_cloud_api_client-202535.4.0}/PKG-INFO +3 -3
  2. {tobiko_cloud_api_client-202535.2.0 → tobiko_cloud_api_client-202535.4.0}/setup.py +3 -3
  3. {tobiko_cloud_api_client-202535.2.0 → tobiko_cloud_api_client-202535.4.0/tobiko_cloud_api_client.egg-info}/PKG-INFO +3 -3
  4. {tobiko_cloud_api_client-202535.2.0 → tobiko_cloud_api_client-202535.4.0}/tobiko_cloud_api_client.egg-info/requires.txt +2 -2
  5. {tobiko_cloud_api_client-202535.2.0 → tobiko_cloud_api_client-202535.4.0}/tobikodata/http_client/api_models/v1/evaluations.py +1 -1
  6. {tobiko_cloud_api_client-202535.2.0 → tobiko_cloud_api_client-202535.4.0}/MANIFEST.in +0 -0
  7. {tobiko_cloud_api_client-202535.2.0 → tobiko_cloud_api_client-202535.4.0}/backend_shim.py +0 -0
  8. {tobiko_cloud_api_client-202535.2.0 → tobiko_cloud_api_client-202535.4.0}/setup.cfg +0 -0
  9. {tobiko_cloud_api_client-202535.2.0 → tobiko_cloud_api_client-202535.4.0}/tobiko_cloud_api_client.egg-info/SOURCES.txt +0 -0
  10. {tobiko_cloud_api_client-202535.2.0 → tobiko_cloud_api_client-202535.4.0}/tobiko_cloud_api_client.egg-info/dependency_links.txt +0 -0
  11. {tobiko_cloud_api_client-202535.2.0 → tobiko_cloud_api_client-202535.4.0}/tobiko_cloud_api_client.egg-info/namespace_packages.txt +0 -0
  12. {tobiko_cloud_api_client-202535.2.0 → tobiko_cloud_api_client-202535.4.0}/tobiko_cloud_api_client.egg-info/top_level.txt +0 -0
  13. {tobiko_cloud_api_client-202535.2.0 → tobiko_cloud_api_client-202535.4.0}/tobikodata/__init__.py +0 -0
  14. {tobiko_cloud_api_client-202535.2.0 → tobiko_cloud_api_client-202535.4.0}/tobikodata/http_client/__init__.py +0 -0
  15. {tobiko_cloud_api_client-202535.2.0 → tobiko_cloud_api_client-202535.4.0}/tobikodata/http_client/api.py +0 -0
  16. {tobiko_cloud_api_client-202535.2.0 → tobiko_cloud_api_client-202535.4.0}/tobikodata/http_client/api_models/v1/common.py +0 -0
  17. {tobiko_cloud_api_client-202535.2.0 → tobiko_cloud_api_client-202535.4.0}/tobikodata/http_client/api_models/v1/dags.py +0 -0
  18. {tobiko_cloud_api_client-202535.2.0 → tobiko_cloud_api_client-202535.4.0}/tobikodata/http_client/api_models/v1/runs.py +0 -0
  19. {tobiko_cloud_api_client-202535.2.0 → tobiko_cloud_api_client-202535.4.0}/tobikodata/http_client/auth.py +0 -0
  20. {tobiko_cloud_api_client-202535.2.0 → tobiko_cloud_api_client-202535.4.0}/tobikodata/http_client/public.py +0 -0
  21. {tobiko_cloud_api_client-202535.2.0 → tobiko_cloud_api_client-202535.4.0}/tobikodata/http_client/py.typed +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tobiko-cloud-api-client
3
- Version: 202535.2.0
3
+ Version: 202535.4.0
4
4
  Author: TobikoData Inc.
5
5
  Author-email: engineering@tobikodata.com
6
6
  Requires-Python: <3.13,>=3.9
@@ -9,8 +9,8 @@ Requires-Dist: httpx
9
9
  Requires-Dist: pydantic[email]>=2.0.0
10
10
  Requires-Dist: ruamel-yaml
11
11
  Requires-Dist: tenacity
12
- Requires-Dist: tobiko-cloud-helpers==202535.2.0
13
- Requires-Dist: tobiko-cloud-pydantic==202535.2.0
12
+ Requires-Dist: tobiko-cloud-helpers==202535.4.0
13
+ Requires-Dist: tobiko-cloud-pydantic==202535.4.0
14
14
  Requires-Dist: typing-extensions
15
15
  Dynamic: author
16
16
  Dynamic: author-email
@@ -13,8 +13,8 @@ setup(**{
13
13
  'pydantic[email]>=2.0.0',
14
14
  'ruamel-yaml',
15
15
  'tenacity',
16
- 'tobiko-cloud-helpers==202535.2.0',
17
- 'tobiko-cloud-pydantic==202535.2.0',
16
+ 'tobiko-cloud-helpers==202535.4.0',
17
+ 'tobiko-cloud-pydantic==202535.4.0',
18
18
  'typing-extensions',
19
19
  ),
20
20
  'name': 'tobiko-cloud-api-client',
@@ -31,5 +31,5 @@ setup(**{
31
31
  'tobikodata.http_client.api_models.v1',
32
32
  ),
33
33
  'python_requires': '<3.13,>=3.9',
34
- 'version': '202535.2.0',
34
+ 'version': '202535.4.0',
35
35
  })
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tobiko-cloud-api-client
3
- Version: 202535.2.0
3
+ Version: 202535.4.0
4
4
  Author: TobikoData Inc.
5
5
  Author-email: engineering@tobikodata.com
6
6
  Requires-Python: <3.13,>=3.9
@@ -9,8 +9,8 @@ Requires-Dist: httpx
9
9
  Requires-Dist: pydantic[email]>=2.0.0
10
10
  Requires-Dist: ruamel-yaml
11
11
  Requires-Dist: tenacity
12
- Requires-Dist: tobiko-cloud-helpers==202535.2.0
13
- Requires-Dist: tobiko-cloud-pydantic==202535.2.0
12
+ Requires-Dist: tobiko-cloud-helpers==202535.4.0
13
+ Requires-Dist: tobiko-cloud-pydantic==202535.4.0
14
14
  Requires-Dist: typing-extensions
15
15
  Dynamic: author
16
16
  Dynamic: author-email
@@ -3,6 +3,6 @@ httpx
3
3
  pydantic[email]>=2.0.0
4
4
  ruamel-yaml
5
5
  tenacity
6
- tobiko-cloud-helpers==202535.2.0
7
- tobiko-cloud-pydantic==202535.2.0
6
+ tobiko-cloud-helpers==202535.4.0
7
+ tobiko-cloud-pydantic==202535.4.0
8
8
  typing-extensions
@@ -10,7 +10,7 @@ from tobikodata.pydantic import ForwardCompatiblePydanticModel
10
10
 
11
11
  class V1AuditEvaluation(ForwardCompatiblePydanticModel):
12
12
  name: str
13
- execution_time: datetime
13
+ execution_time: t.Optional[datetime] = None
14
14
  interval_start: datetime
15
15
  interval_end: datetime
16
16
  status: t.Literal[V1Status.SUCCESS, V1Status.FAILED]