yandexcloud 0.307.0__py3-none-any.whl → 0.308.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 yandexcloud might be problematic. Click here for more details.

@@ -178,12 +178,12 @@ class Dataproc:
178
178
  :type enable_ui_proxy: Bool
179
179
  :param host_group_ids: Dedicated host groups to place VMs of cluster on.
180
180
  Docs: https://cloud.yandex.com/en-ru/docs/compute/concepts/dedicated-host
181
- :type host_group_ids: List[str]
181
+ :type host_group_ids: Iterable[str] | None
182
182
  :param security_group_ids: User security groups
183
183
  Docs: https://cloud.yandex.com/en-ru/docs/data-proc/concepts/network#security-groups
184
- :type security_group_ids: List[str]
184
+ :type security_group_ids: Iterable[str] | None
185
185
  :param initialization_actions: Set of init-actions to run when cluster starts
186
- :type initialization_actions: Iterable[InitializationAction]
186
+ :type initialization_actions: Iterable[InitializationAction] | None
187
187
  :param labels: Cluster labels as key:value pairs. No more than 64 per resource.
188
188
  :type labels: Dict[str, str]
189
189
 
@@ -291,7 +291,9 @@ class Dataproc:
291
291
  ssh_public_keys=ssh_public_keys,
292
292
  properties=properties,
293
293
  initialization_actions=(
294
- initialization_actions and [action.to_grpc() for action in initialization_actions]
294
+ (initialization_actions and [action.to_grpc() for action in initialization_actions])
295
+ if initialization_actions
296
+ else None
295
297
  ),
296
298
  ),
297
299
  subclusters_spec=subclusters,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: yandexcloud
3
- Version: 0.307.0
3
+ Version: 0.308.0
4
4
  Summary: The Yandex.Cloud official SDK
5
5
  Home-page: https://github.com/yandex-cloud/python-sdk
6
6
  Author: Yandex LLC
@@ -2429,10 +2429,10 @@ yandexcloud/auth.py,sha256=SD_IVGUhN_Ny8f-qtnNWtZQ1VPYrGbKypFAbQcaSQ58,1008
2429
2429
  yandexcloud/operations.py,sha256=rOlhJT3Nx7u3hjRY4tnMc1_Z-yctcjcCkc_7GsDpSwY,1111
2430
2430
  yandexcloud/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2431
2431
  yandexcloud/_wrappers/__init__.py,sha256=z19vuf3vgVGWFc-0d1LFsyVXiM-SYlhvvWRQI8l1T_8,428
2432
- yandexcloud/_wrappers/dataproc/__init__.py,sha256=QWM1jhd8dHwTEjhdiAalreNzac1g4jJ5djXoDdXRdfg,33016
2433
- yandexcloud-0.307.0.dist-info/AUTHORS,sha256=0o7IPkgdTswBveGhbt_73xRPpCrfeEGoZE11AiLvYSQ,231
2434
- yandexcloud-0.307.0.dist-info/LICENSE,sha256=AFcOYhNOyuBQP89lObqyipdScN2KUUS-OuWoUlVo6yE,1077
2435
- yandexcloud-0.307.0.dist-info/METADATA,sha256=TH99GbGiZBqxzcdoe4kwFc-aFxkQpNQgFJmmRYw-5lQ,10419
2436
- yandexcloud-0.307.0.dist-info/WHEEL,sha256=Wyh-_nZ0DJYolHNn1_hMa4lM7uDedD_RGVwbmTjyItk,91
2437
- yandexcloud-0.307.0.dist-info/top_level.txt,sha256=p6aBMPGD526A1jM2WVnAneI2qO4kGDWeJi6uwYApDqg,19
2438
- yandexcloud-0.307.0.dist-info/RECORD,,
2432
+ yandexcloud/_wrappers/dataproc/__init__.py,sha256=Me1PLj00sTWvynmCde0EbekdUaGdBG5BQe798RCi1l0,33131
2433
+ yandexcloud-0.308.0.dist-info/AUTHORS,sha256=0o7IPkgdTswBveGhbt_73xRPpCrfeEGoZE11AiLvYSQ,231
2434
+ yandexcloud-0.308.0.dist-info/LICENSE,sha256=AFcOYhNOyuBQP89lObqyipdScN2KUUS-OuWoUlVo6yE,1077
2435
+ yandexcloud-0.308.0.dist-info/METADATA,sha256=SOJunA6zatBaAIrPsUqmFZP3pSFh8FVTvGYNK3CCpzg,10419
2436
+ yandexcloud-0.308.0.dist-info/WHEEL,sha256=Wyh-_nZ0DJYolHNn1_hMa4lM7uDedD_RGVwbmTjyItk,91
2437
+ yandexcloud-0.308.0.dist-info/top_level.txt,sha256=p6aBMPGD526A1jM2WVnAneI2qO4kGDWeJi6uwYApDqg,19
2438
+ yandexcloud-0.308.0.dist-info/RECORD,,