tobiko-cloud-api-client 202508.1.0__tar.gz → 202508.2.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.
- {tobiko_cloud_api_client-202508.1.0/tobiko_cloud_api_client.egg-info → tobiko_cloud_api_client-202508.2.0}/PKG-INFO +2 -2
- {tobiko_cloud_api_client-202508.1.0 → tobiko_cloud_api_client-202508.2.0}/setup.py +2 -2
- {tobiko_cloud_api_client-202508.1.0 → tobiko_cloud_api_client-202508.2.0/tobiko_cloud_api_client.egg-info}/PKG-INFO +2 -2
- {tobiko_cloud_api_client-202508.1.0 → tobiko_cloud_api_client-202508.2.0}/tobiko_cloud_api_client.egg-info/requires.txt +1 -1
- {tobiko_cloud_api_client-202508.1.0 → tobiko_cloud_api_client-202508.2.0}/MANIFEST.in +0 -0
- {tobiko_cloud_api_client-202508.1.0 → tobiko_cloud_api_client-202508.2.0}/backend_shim.py +0 -0
- {tobiko_cloud_api_client-202508.1.0 → tobiko_cloud_api_client-202508.2.0}/setup.cfg +0 -0
- {tobiko_cloud_api_client-202508.1.0 → tobiko_cloud_api_client-202508.2.0}/tobiko_cloud_api_client.egg-info/SOURCES.txt +0 -0
- {tobiko_cloud_api_client-202508.1.0 → tobiko_cloud_api_client-202508.2.0}/tobiko_cloud_api_client.egg-info/dependency_links.txt +0 -0
- {tobiko_cloud_api_client-202508.1.0 → tobiko_cloud_api_client-202508.2.0}/tobiko_cloud_api_client.egg-info/namespace_packages.txt +0 -0
- {tobiko_cloud_api_client-202508.1.0 → tobiko_cloud_api_client-202508.2.0}/tobiko_cloud_api_client.egg-info/top_level.txt +0 -0
- {tobiko_cloud_api_client-202508.1.0 → tobiko_cloud_api_client-202508.2.0}/tobikodata/__init__.py +0 -0
- {tobiko_cloud_api_client-202508.1.0 → tobiko_cloud_api_client-202508.2.0}/tobikodata/http_client/__init__.py +0 -0
- {tobiko_cloud_api_client-202508.1.0 → tobiko_cloud_api_client-202508.2.0}/tobikodata/http_client/api.py +0 -0
- {tobiko_cloud_api_client-202508.1.0 → tobiko_cloud_api_client-202508.2.0}/tobikodata/http_client/api_models/v1/common.py +0 -0
- {tobiko_cloud_api_client-202508.1.0 → tobiko_cloud_api_client-202508.2.0}/tobikodata/http_client/api_models/v1/dags.py +0 -0
- {tobiko_cloud_api_client-202508.1.0 → tobiko_cloud_api_client-202508.2.0}/tobikodata/http_client/api_models/v1/evaluations.py +0 -0
- {tobiko_cloud_api_client-202508.1.0 → tobiko_cloud_api_client-202508.2.0}/tobikodata/http_client/api_models/v1/runs.py +0 -0
- {tobiko_cloud_api_client-202508.1.0 → tobiko_cloud_api_client-202508.2.0}/tobikodata/http_client/auth.py +0 -0
- {tobiko_cloud_api_client-202508.1.0 → tobiko_cloud_api_client-202508.2.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.
|
3
|
+
Version: 202508.2.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.
|
13
|
+
Requires-Dist: tobiko-cloud-helpers==202508.2.0
|
@@ -14,7 +14,7 @@ setup(**{
|
|
14
14
|
'rich[jupyter]',
|
15
15
|
'ruamel.yaml',
|
16
16
|
'tenacity',
|
17
|
-
'tobiko-cloud-helpers==202508.
|
17
|
+
'tobiko-cloud-helpers==202508.2.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.
|
30
|
+
'version': '202508.2.0',
|
31
31
|
})
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tobiko-cloud-api-client
|
3
|
-
Version: 202508.
|
3
|
+
Version: 202508.2.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.
|
13
|
+
Requires-Dist: tobiko-cloud-helpers==202508.2.0
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{tobiko_cloud_api_client-202508.1.0 → tobiko_cloud_api_client-202508.2.0}/tobikodata/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|