tobiko-cloud-api-client 202508.57.0__tar.gz → 202508.59.0__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {tobiko_cloud_api_client-202508.57.0/tobiko_cloud_api_client.egg-info → tobiko_cloud_api_client-202508.59.0}/PKG-INFO +2 -2
- {tobiko_cloud_api_client-202508.57.0 → tobiko_cloud_api_client-202508.59.0}/setup.py +2 -2
- {tobiko_cloud_api_client-202508.57.0 → tobiko_cloud_api_client-202508.59.0/tobiko_cloud_api_client.egg-info}/PKG-INFO +2 -2
- {tobiko_cloud_api_client-202508.57.0 → tobiko_cloud_api_client-202508.59.0}/tobiko_cloud_api_client.egg-info/requires.txt +1 -1
- {tobiko_cloud_api_client-202508.57.0 → tobiko_cloud_api_client-202508.59.0}/MANIFEST.in +0 -0
- {tobiko_cloud_api_client-202508.57.0 → tobiko_cloud_api_client-202508.59.0}/backend_shim.py +0 -0
- {tobiko_cloud_api_client-202508.57.0 → tobiko_cloud_api_client-202508.59.0}/setup.cfg +0 -0
- {tobiko_cloud_api_client-202508.57.0 → tobiko_cloud_api_client-202508.59.0}/tobiko_cloud_api_client.egg-info/SOURCES.txt +0 -0
- {tobiko_cloud_api_client-202508.57.0 → tobiko_cloud_api_client-202508.59.0}/tobiko_cloud_api_client.egg-info/dependency_links.txt +0 -0
- {tobiko_cloud_api_client-202508.57.0 → tobiko_cloud_api_client-202508.59.0}/tobiko_cloud_api_client.egg-info/namespace_packages.txt +0 -0
- {tobiko_cloud_api_client-202508.57.0 → tobiko_cloud_api_client-202508.59.0}/tobiko_cloud_api_client.egg-info/top_level.txt +0 -0
- {tobiko_cloud_api_client-202508.57.0 → tobiko_cloud_api_client-202508.59.0}/tobikodata/__init__.py +0 -0
- {tobiko_cloud_api_client-202508.57.0 → tobiko_cloud_api_client-202508.59.0}/tobikodata/http_client/__init__.py +0 -0
- {tobiko_cloud_api_client-202508.57.0 → tobiko_cloud_api_client-202508.59.0}/tobikodata/http_client/api.py +0 -0
- {tobiko_cloud_api_client-202508.57.0 → tobiko_cloud_api_client-202508.59.0}/tobikodata/http_client/api_models/v1/common.py +0 -0
- {tobiko_cloud_api_client-202508.57.0 → tobiko_cloud_api_client-202508.59.0}/tobikodata/http_client/api_models/v1/dags.py +0 -0
- {tobiko_cloud_api_client-202508.57.0 → tobiko_cloud_api_client-202508.59.0}/tobikodata/http_client/api_models/v1/evaluations.py +0 -0
- {tobiko_cloud_api_client-202508.57.0 → tobiko_cloud_api_client-202508.59.0}/tobikodata/http_client/api_models/v1/runs.py +0 -0
- {tobiko_cloud_api_client-202508.57.0 → tobiko_cloud_api_client-202508.59.0}/tobikodata/http_client/auth.py +0 -0
- {tobiko_cloud_api_client-202508.57.0 → tobiko_cloud_api_client-202508.59.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.59.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.59.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.59.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.59.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.59.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.59.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.57.0 → tobiko_cloud_api_client-202508.59.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
|