tobiko-cloud-api-client 202508.2.0__tar.gz → 202508.3.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 (20) hide show
  1. {tobiko_cloud_api_client-202508.2.0/tobiko_cloud_api_client.egg-info → tobiko_cloud_api_client-202508.3.0}/PKG-INFO +2 -2
  2. {tobiko_cloud_api_client-202508.2.0 → tobiko_cloud_api_client-202508.3.0}/setup.py +2 -2
  3. {tobiko_cloud_api_client-202508.2.0 → tobiko_cloud_api_client-202508.3.0/tobiko_cloud_api_client.egg-info}/PKG-INFO +2 -2
  4. {tobiko_cloud_api_client-202508.2.0 → tobiko_cloud_api_client-202508.3.0}/tobiko_cloud_api_client.egg-info/requires.txt +1 -1
  5. {tobiko_cloud_api_client-202508.2.0 → tobiko_cloud_api_client-202508.3.0}/MANIFEST.in +0 -0
  6. {tobiko_cloud_api_client-202508.2.0 → tobiko_cloud_api_client-202508.3.0}/backend_shim.py +0 -0
  7. {tobiko_cloud_api_client-202508.2.0 → tobiko_cloud_api_client-202508.3.0}/setup.cfg +0 -0
  8. {tobiko_cloud_api_client-202508.2.0 → tobiko_cloud_api_client-202508.3.0}/tobiko_cloud_api_client.egg-info/SOURCES.txt +0 -0
  9. {tobiko_cloud_api_client-202508.2.0 → tobiko_cloud_api_client-202508.3.0}/tobiko_cloud_api_client.egg-info/dependency_links.txt +0 -0
  10. {tobiko_cloud_api_client-202508.2.0 → tobiko_cloud_api_client-202508.3.0}/tobiko_cloud_api_client.egg-info/namespace_packages.txt +0 -0
  11. {tobiko_cloud_api_client-202508.2.0 → tobiko_cloud_api_client-202508.3.0}/tobiko_cloud_api_client.egg-info/top_level.txt +0 -0
  12. {tobiko_cloud_api_client-202508.2.0 → tobiko_cloud_api_client-202508.3.0}/tobikodata/__init__.py +0 -0
  13. {tobiko_cloud_api_client-202508.2.0 → tobiko_cloud_api_client-202508.3.0}/tobikodata/http_client/__init__.py +0 -0
  14. {tobiko_cloud_api_client-202508.2.0 → tobiko_cloud_api_client-202508.3.0}/tobikodata/http_client/api.py +0 -0
  15. {tobiko_cloud_api_client-202508.2.0 → tobiko_cloud_api_client-202508.3.0}/tobikodata/http_client/api_models/v1/common.py +0 -0
  16. {tobiko_cloud_api_client-202508.2.0 → tobiko_cloud_api_client-202508.3.0}/tobikodata/http_client/api_models/v1/dags.py +0 -0
  17. {tobiko_cloud_api_client-202508.2.0 → tobiko_cloud_api_client-202508.3.0}/tobikodata/http_client/api_models/v1/evaluations.py +0 -0
  18. {tobiko_cloud_api_client-202508.2.0 → tobiko_cloud_api_client-202508.3.0}/tobikodata/http_client/api_models/v1/runs.py +0 -0
  19. {tobiko_cloud_api_client-202508.2.0 → tobiko_cloud_api_client-202508.3.0}/tobikodata/http_client/auth.py +0 -0
  20. {tobiko_cloud_api_client-202508.2.0 → tobiko_cloud_api_client-202508.3.0}/tobikodata/http_client/public.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tobiko-cloud-api-client
3
- Version: 202508.2.0
3
+ Version: 202508.3.0
4
4
  Author: TobikoData Inc.
5
5
  Author-email: engineering@tobikodata.com
6
6
  Requires-Python: <3.13,>=3.9
@@ -10,4 +10,4 @@ Requires-Dist: pydantic>=2.0.0
10
10
  Requires-Dist: rich[jupyter]
11
11
  Requires-Dist: ruamel.yaml
12
12
  Requires-Dist: tenacity
13
- Requires-Dist: tobiko-cloud-helpers==202508.2.0
13
+ Requires-Dist: tobiko-cloud-helpers==202508.3.0
@@ -14,7 +14,7 @@ setup(**{
14
14
  'rich[jupyter]',
15
15
  'ruamel.yaml',
16
16
  'tenacity',
17
- 'tobiko-cloud-helpers==202508.2.0',
17
+ 'tobiko-cloud-helpers==202508.3.0',
18
18
  ),
19
19
  'name': 'tobiko-cloud-api-client',
20
20
  'namespace_packages': (
@@ -27,5 +27,5 @@ setup(**{
27
27
  'tobikodata.http_client.api_models.v1',
28
28
  ),
29
29
  'python_requires': '<3.13,>=3.9',
30
- 'version': '202508.2.0',
30
+ 'version': '202508.3.0',
31
31
  })
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tobiko-cloud-api-client
3
- Version: 202508.2.0
3
+ Version: 202508.3.0
4
4
  Author: TobikoData Inc.
5
5
  Author-email: engineering@tobikodata.com
6
6
  Requires-Python: <3.13,>=3.9
@@ -10,4 +10,4 @@ Requires-Dist: pydantic>=2.0.0
10
10
  Requires-Dist: rich[jupyter]
11
11
  Requires-Dist: ruamel.yaml
12
12
  Requires-Dist: tenacity
13
- Requires-Dist: tobiko-cloud-helpers==202508.2.0
13
+ Requires-Dist: tobiko-cloud-helpers==202508.3.0
@@ -4,4 +4,4 @@ pydantic>=2.0.0
4
4
  rich[jupyter]
5
5
  ruamel.yaml
6
6
  tenacity
7
- tobiko-cloud-helpers==202508.2.0
7
+ tobiko-cloud-helpers==202508.3.0