tobiko-cloud-api-client 202542.3.0__py3-none-any.whl → 202542.5.0__py3-none-any.whl

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.

Potentially problematic release.


This version of tobiko-cloud-api-client might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tobiko-cloud-api-client
3
- Version: 202542.3.0
3
+ Version: 202542.5.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==202542.3.0
13
- Requires-Dist: tobiko-cloud-pydantic==202542.3.0
12
+ Requires-Dist: tobiko-cloud-helpers==202542.5.0
13
+ Requires-Dist: tobiko-cloud-pydantic==202542.5.0
14
14
  Requires-Dist: typing-extensions
15
15
  Dynamic: author
16
16
  Dynamic: author-email
@@ -2,14 +2,14 @@ tobikodata/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  tobikodata/http_client/__init__.py,sha256=0vzfsVlDAfzAktEsvzRnsMYy3OpkzAeY6dQoe5tW6oA,457
3
3
  tobikodata/http_client/api.py,sha256=lMi00Bs4UsL3T86RxoasLNDxhFEX9XA5EJXM8ixZV2g,10426
4
4
  tobikodata/http_client/auth.py,sha256=eV0V3MnktzI9d27aJPYgs9Mxt7ePfmevKYFf0zqAtkk,9964
5
- tobikodata/http_client/public.py,sha256=q_DoiEJOC3baUDSepxHBXiLWIPC4jHo--gav277w32M,21028
5
+ tobikodata/http_client/public.py,sha256=9262507PfoaSkuLL-lfi_oBQdrtg8pCVAZ2wjpL10ZQ,21050
6
6
  tobikodata/http_client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
7
  tobikodata/http_client/api_models/v1/common.py,sha256=aMib9-rrLuYCdhF_2bNCrfoJ9QYS7Uf5Zp4fvNpoHrs,472
8
8
  tobikodata/http_client/api_models/v1/dags.py,sha256=LOI3l6PUwCzYEa7qJNrwhHiW8Q9VTkNpkct8I8LxzMA,988
9
9
  tobikodata/http_client/api_models/v1/evaluations.py,sha256=IXVeIHEbBoW-YUWP4OR8lw5WT4pmXuCs_YQzaeinn0s,1277
10
10
  tobikodata/http_client/api_models/v1/runs.py,sha256=dDqhKj3Bb3dzxTlBd1dwQx2GNMgK4hek355ctUhBof8,517
11
- tobiko_cloud_api_client-202542.3.0.dist-info/METADATA,sha256=r69YY_0EyhunuSslKIpEYtH6AptB9MkOYBhaOTplFWw,515
12
- tobiko_cloud_api_client-202542.3.0.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
13
- tobiko_cloud_api_client-202542.3.0.dist-info/namespace_packages.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
14
- tobiko_cloud_api_client-202542.3.0.dist-info/top_level.txt,sha256=RtGY-jz-WpCF6_ox51-oVGzCMZ7v9RHTWLreUe86rUY,11
15
- tobiko_cloud_api_client-202542.3.0.dist-info/RECORD,,
11
+ tobiko_cloud_api_client-202542.5.0.dist-info/METADATA,sha256=6JY9nXi2Y48-vb_PL7LoIDxCfFiMM-xX_k5G90swqdg,515
12
+ tobiko_cloud_api_client-202542.5.0.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
13
+ tobiko_cloud_api_client-202542.5.0.dist-info/namespace_packages.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
14
+ tobiko_cloud_api_client-202542.5.0.dist-info/top_level.txt,sha256=RtGY-jz-WpCF6_ox51-oVGzCMZ7v9RHTWLreUe86rUY,11
15
+ tobiko_cloud_api_client-202542.5.0.dist-info/RECORD,,
@@ -272,6 +272,7 @@ class PublicHttpClient:
272
272
  if not isinstance(data, str):
273
273
  data = json.dumps(data, default=self._make_serializable)
274
274
 
275
+ # return data
275
276
  return gzip.compress(data.encode("utf-8"))
276
277
 
277
278
  def _to_params(