Description
[![PyPI Version][pypi-image]][pypi-url] [![Build Status][build-image]][build-url] [![License][license-image]][license-url] <!-- Badges --> [pypi-image]: https://img.shields.io/pypi/v/yandexcloud [pypi-url]: https://pypi.org/project/yandexcloud/ [build-image]: https://github.com/yandex-cloud/python-sdk/actions/workflows/run-tests.yml/badge.svg [build-url]: https://github.com/yandex-cloud/python-sdk/actions/workflows/run-tests.yml [license-image]: https://img.shields.io/github/license/yandex-cloud/python-sdk.svg [license-url]: https://github.com/yandex-cloud/python-sdk/blob/master/LICENSE # Yandex.Cloud SDK (Python) Need to automate your infrastructure or use services provided by Yandex.Cloud? We've got you covered. Installation: pip install yandexcloud ## Getting started There are several options for authorization your requests - Metadata Service (if you're executing your code inside VMs or Cloud Functions running in Yandex.Cloud), Service Account Keys and externally created IAM tokens. ### Metadata Service Don't forget to assign Service Account for your Instance or Function and grant required roles. ```python sdk = yandexcloud.SDK() ``` ### Service Account Keys ```python # you can store and read it from JSON file sa_key = { "id": "...", "service_account_id": "...", "private_key": "..." } sdk = yandexcloud.SDK(service_account_key=sa_key) ``` ### IAM tokens ```python sdk = yandexcloud.SDK(iam_token="t1.9eu...") ``` Check `examples` directory for more examples. ### Override service endpoint #### Supported services | Service Name | Alias | |------------------------------------------------------------------------|--------------------------| | yandex.cloud.ai.foundation_models | ai-foundation-models | | yandex.cloud.ai.llm | ai-llm | | yandex.cloud.ai.ocr | ai-vision-ocr | | yandex.cloud.ai.stt | ai-stt | | yandex.cloud.ai.translate | ai-translate | | yandex.cloud.ai.tts | ai-speechkit | | yandex.cloud.ai.vision | ai-vision | | yandex.cloud.apploadbalancer | alb | | yandex.cloud.billing | billing | | yandex.cloud.cdn | cdn | | yandex.cloud.certificatemanager.v1.certificate_content_service | certificate-manager-data | | yandex.cloud.certificatemanager | certificate-manager | | yandex.cloud.compute | compute | | yandex.cloud.containerregistry | container-registry | | yandex.cloud.dataproc.manager | dataproc-manager | | yandex.cloud.dataproc | dataproc | | yandex.cloud.datasphere | datasphere | | yandex.cloud.datatransfer | datatransfer | | yandex.cloud.dns | dns | | yandex.cloud.endpoint | endpoint | | yandex.cloud.iam | iam | | yandex.cloud.iot.devices | iot-devices | | yandex.cloud.k8s | managed-kubernetes | | yandex.cloud.kms.v1.symmetric_crypto_service | kms-crypto | | yandex.cloud.kms | kms | | yandex.cloud.loadbalancer | load-balancer | | yandex.cloud.loadtesting | loadtesting | | yandex.cloud.lockbox.v1.payload_service | lockbox-payload | | yandex.cloud.lockbox | lockbox | | yandex.cloud.logging.v1.log_ingestion_service | log-ingestion | | yandex.cloud.logging.v1.log_reading_service | log-reading | | yandex.cloud.logging
Release History
| Version | Changes | Urgency | Date |
|---|---|---|---|
| 0.387.0 | Imported from PyPI (0.387.0) | Low | 4/21/2026 |
| v0.387.0 | # v0.387.0 (2026-04-20) ## Feature * feat: regenerate proto ([`d6d80ab`](https://github.com/yandex-cloud/python-sdk/commit/d6d80ab6f1a117dd936c428454a7ef862fd6cd92)) * feat: regenerate proto ([`087cd99`](https://github.com/yandex-cloud/python-sdk/commit/087cd9950ac9a6271eea80f825c912ebf6477472)) | High | 4/20/2026 |
| v0.386.0 | # v0.386.0 (2026-04-13) ## Feature * feat: regenerate proto ([`4f1cdbb`](https://github.com/yandex-cloud/python-sdk/commit/4f1cdbb467ede03f6c239d9ecb02882b2de32cd5)) * feat: regenerate proto ([`3493ae0`](https://github.com/yandex-cloud/python-sdk/commit/3493ae0f83e064ae1a0fadb85728a51765e0df39)) | Medium | 4/13/2026 |
| v0.385.0 | # v0.385.0 (2026-04-06) ## Feature * feat: regenerate proto ([`4920b1c`](https://github.com/yandex-cloud/python-sdk/commit/4920b1cc8892dbe08669cf98e1764e8efc82a467)) * feat: regenerate proto ([`47cf242`](https://github.com/yandex-cloud/python-sdk/commit/47cf242af503e7273a0947f438366407c5642933)) * feat: regenerate proto ([`3cfada9`](https://github.com/yandex-cloud/python-sdk/commit/3cfada93b1a1ece922404ebe5a824b54dba86df1)) | Medium | 4/6/2026 |
| v0.384.0 | # v0.384.0 (2026-03-30) ## Feature * feat: regenerate proto ([`36a1551`](https://github.com/yandex-cloud/python-sdk/commit/36a155186d48fae1aba9cbee054af3b01590c620)) * feat: regenerate proto ([`8643745`](https://github.com/yandex-cloud/python-sdk/commit/86437457c57800c9ec66edce09b1c81113e0b983)) * feat: regenerate proto ([`2b6398a`](https://github.com/yandex-cloud/python-sdk/commit/2b6398ad72b48e1ec638b63aab41a548c4f4713c)) * feat: regenerate proto ([`9e9e56e`](https://github.com/yandex-clo | Medium | 3/30/2026 |
| v0.383.0 | # v0.383.0 (2026-03-23) ## Feature * feat: regenerate proto ([`804f33c`](https://github.com/yandex-cloud/python-sdk/commit/804f33c963ee23998101652aad9dcb9e8e56fe25)) * feat: support Python 3.14 ([`ad66c58`](https://github.com/yandex-cloud/python-sdk/commit/ad66c58d495abc9cb6cf4264f0f41caa02abfa34)) * feat: regenerate proto ([`f129da1`](https://github.com/yandex-cloud/python-sdk/commit/f129da15d7b1214b0b5449eaff2ce0f5ff4d05aa)) ## Unknown * Merge pull request #171 from GBocharov/fix/support | Medium | 3/23/2026 |
| v0.382.0 | # v0.382.0 (2026-03-16) ## Feature * feat: regenerate proto ([`610e028`](https://github.com/yandex-cloud/python-sdk/commit/610e0285a86417a435fbf199c71a8721b2909016)) * feat: regenerate proto ([`4fae925`](https://github.com/yandex-cloud/python-sdk/commit/4fae925f724de5a20f4f1670f58968117c2f5ecb)) | Low | 3/16/2026 |
| v0.381.0 | # v0.381.0 (2026-03-09) ## Feature * feat: regenerate proto ([`4ef176c`](https://github.com/yandex-cloud/python-sdk/commit/4ef176c1865b9a123e616bf2321e156248697a37)) * feat: regenerate proto ([`e17e907`](https://github.com/yandex-cloud/python-sdk/commit/e17e9073c0fcb9fc828448e993d92b3c0e3637b0)) ## Unknown * fix checkstyle ([`cc5a9b0`](https://github.com/yandex-cloud/python-sdk/commit/cc5a9b0e72ba999a7057aca737fed525bd1ff67b)) * fix checkstyle ([`28657b1`](https://github.com/yandex-cloud/p | Low | 3/9/2026 |
| v0.380.0 | # v0.380.0 (2026-03-02) ## Feature * feat: regenerate proto ([`74d31e4`](https://github.com/yandex-cloud/python-sdk/commit/74d31e4eb2f7ded56927ee31223dffee75360ce0)) * feat: regenerate proto ([`f6414f4`](https://github.com/yandex-cloud/python-sdk/commit/f6414f41b563c55dfa217e42a84d9e314067d9f2)) | Low | 3/2/2026 |
| v0.379.0 | # v0.379.0 (2026-02-23) ## Feature * feat: regenerate proto ([`f2a3b63`](https://github.com/yandex-cloud/python-sdk/commit/f2a3b631214d5a826fa92a0128746dfe86d97c8e)) * feat: regenerate proto ([`79b2c04`](https://github.com/yandex-cloud/python-sdk/commit/79b2c04f3af51a64d213bcab511bd67a186b8df0)) * feat: regenerate proto ([`9c6b877`](https://github.com/yandex-cloud/python-sdk/commit/9c6b8777073a19dfc3bf03238ee2aa93da7df0a0)) | Low | 2/23/2026 |
| v0.378.0 | # v0.378.0 (2026-02-16) ## Feature * feat: regenerate proto ([`1853a4d`](https://github.com/yandex-cloud/python-sdk/commit/1853a4d09171582fe9899b351dd56fd2fd11ee99)) | Low | 2/16/2026 |
| v0.377.0 | # v0.377.0 (2026-02-09) ## Feature * feat: regenerate proto ([`66bd6cf`](https://github.com/yandex-cloud/python-sdk/commit/66bd6cf0114adfe3ac62a68e8633909905b195f4)) * feat: regenerate proto ([`3acde0a`](https://github.com/yandex-cloud/python-sdk/commit/3acde0a52d5bd592de4616f0c2ececacfae7f4f3)) * feat: regenerate proto ([`82493e3`](https://github.com/yandex-cloud/python-sdk/commit/82493e32bbf1d678afbb8376632b3f5b5923fd10)) | Low | 2/9/2026 |
| v0.376.0 | # v0.376.0 (2026-02-02) ## Feature * feat: regenerate proto ([`80fdc05`](https://github.com/yandex-cloud/python-sdk/commit/80fdc05af7dac50e760484b5483ac741b24d761e)) * feat: regenerate proto ([`7d076c5`](https://github.com/yandex-cloud/python-sdk/commit/7d076c5ace538151bba68ad8f786b281f4c364ec)) * feat: regenerate proto ([`360885f`](https://github.com/yandex-cloud/python-sdk/commit/360885f158f9d1f14bcd2221b734c0ed51abd9d6)) | Low | 2/2/2026 |
| v0.375.0 | # v0.375.0 (2026-01-26) ## Feature * feat: regenerate proto ([`20e1e26`](https://github.com/yandex-cloud/python-sdk/commit/20e1e26272d4d9b0c1ccd36a69677999a5cf446c)) * feat: regenerate proto ([`307e08a`](https://github.com/yandex-cloud/python-sdk/commit/307e08a523fb6dda0d84bd93a394f8137ac185b4)) | Low | 1/26/2026 |
| v0.374.0 | # v0.374.0 (2026-01-19) ## Feature * feat: regenerate proto ([`239a9fb`](https://github.com/yandex-cloud/python-sdk/commit/239a9fb7135f90ce6be8111dca4ec72d2976fb63)) | Low | 1/19/2026 |
| v0.373.0 | # v0.373.0 (2025-12-29) ## Feature * feat: regenerate proto ([`4eb12d0`](https://github.com/yandex-cloud/python-sdk/commit/4eb12d0881b2ce638d7b7dc04701e39fc9e71016)) | Low | 12/29/2025 |
| v0.372.0 | # v0.372.0 (2025-12-22) ## Feature * feat: regenerate proto ([`b560126`](https://github.com/yandex-cloud/python-sdk/commit/b5601265e93e4b56b3cf7d68a20f5f4aa4191b95)) * feat: regenerate proto ([`f0e3b3d`](https://github.com/yandex-cloud/python-sdk/commit/f0e3b3da8954dd05acb815144b5f2d0fbdf26f69)) ## Unknown * Changed the order of the quota* modules in _supported_modules ([`7568c71`](https://github.com/yandex-cloud/python-sdk/commit/7568c714dd54bb2449f98dcdd15d6db5ea510eb9)) | Low | 12/22/2025 |
| v0.371.0 | # v0.371.0 (2025-12-08) ## Feature * feat: regenerate proto ([`bd5e4e3`](https://github.com/yandex-cloud/python-sdk/commit/bd5e4e36ceb7ca4cc45a1d82e04587517d7c0d83)) * feat: regenerate proto ([`430d22e`](https://github.com/yandex-cloud/python-sdk/commit/430d22e7f557d0074cc383e78582c68267e13123)) | Low | 12/8/2025 |
| v0.370.0 | # v0.370.0 (2025-12-01) ## Feature * feat: regenerate proto ([`58e16eb`](https://github.com/yandex-cloud/python-sdk/commit/58e16eb1dff0a82cc9eb41b35ab7686df146297e)) ## Unknown * Merge pull request #158 from yandex-cloud/enable-quota-client Enable quota and quota-manager specs ([`7ab421f`](https://github.com/yandex-cloud/python-sdk/commit/7ab421f6680e23aeb7b0c0d3ffe0bb29af35e30a)) * Enable quota and quota-manager specs ([`fab82f1`](https://github.com/yandex-cloud/python-sdk/commit/fab82f11 | Low | 12/1/2025 |
| v0.369.0 | # v0.369.0 (2025-11-24) ## Feature * feat: regenerate proto ([`dc11ff9`](https://github.com/yandex-cloud/python-sdk/commit/dc11ff970adb2f4e36871b3996ddd196f4c681c1)) | Low | 11/24/2025 |
| v0.368.0 | # v0.368.0 (2025-11-17) ## Feature * feat: regenerate proto ([`a11f552`](https://github.com/yandex-cloud/python-sdk/commit/a11f5527deaf6a0504d551c98a07b6e7465fbd5d)) | Low | 11/17/2025 |
| v0.367.0 | # v0.367.0 (2025-11-10) ## Feature * feat: regenerate proto ([`9d289da`](https://github.com/yandex-cloud/python-sdk/commit/9d289da0b9c3727e04f86123726ccb4a918a9e65)) * feat: regenerate proto ([`333c489`](https://github.com/yandex-cloud/python-sdk/commit/333c489d8ae8b04f69c37393d08eae84dae306f1)) | Low | 11/10/2025 |
| v0.366.0 | # v0.366.0 (2025-11-03) ## Feature * feat: regenerate proto ([`0658ac0`](https://github.com/yandex-cloud/python-sdk/commit/0658ac05ef9eefbee4f1682c883fb882c450d856)) * feat: regenerate proto ([`658b5a7`](https://github.com/yandex-cloud/python-sdk/commit/658b5a78da06f0372b3245dadcb026ab39dc1d33)) | Low | 11/3/2025 |
| v0.365.0 | # v0.365.0 (2025-10-27) ## Feature * feat: regenerate proto ([`64303a1`](https://github.com/yandex-cloud/python-sdk/commit/64303a148ec66467dd1c6db4c44693538f2c4702)) * feat: regenerate proto ([`ee70ea7`](https://github.com/yandex-cloud/python-sdk/commit/ee70ea76f96f2349ade07a6f5e9dd2d94591468c)) * feat: regenerate proto ([`9595436`](https://github.com/yandex-cloud/python-sdk/commit/95954368afa5705624c340bdc06155e3fda7713f)) | Low | 10/27/2025 |
| v0.364.0 | # v0.364.0 (2025-10-20) ## Feature * feat: regenerate proto ([`ecc90b8`](https://github.com/yandex-cloud/python-sdk/commit/ecc90b89b9d4741fc65219991b82a93d0343a898)) * feat: regenerate proto ([`2adc5b7`](https://github.com/yandex-cloud/python-sdk/commit/2adc5b7e3ff33a85797595bc69d1672a4d71bd7a)) | Low | 10/20/2025 |
| v0.363.0 | # v0.363.0 (2025-10-13) ## Feature * feat: regenerate proto ([`4707572`](https://github.com/yandex-cloud/python-sdk/commit/4707572576c0a3f0d75f3c2c5ae5c29c9297c4bc)) * feat: regenerate proto ([`a21028d`](https://github.com/yandex-cloud/python-sdk/commit/a21028d6391617545f08e2fb43a4389ad367e091)) | Low | 10/13/2025 |
| v0.362.0 | # v0.362.0 (2025-10-06) ## Feature * feat: regenerate proto ([`f5030e1`](https://github.com/yandex-cloud/python-sdk/commit/f5030e10a291e468e357cbb8ca46e2615b1e801d)) * feat: regenerate proto ([`7cfd051`](https://github.com/yandex-cloud/python-sdk/commit/7cfd0519a1faedc8a54445c20b7976fc4796ef3f)) | Low | 10/6/2025 |
| v0.361.0 | # v0.361.0 (2025-09-22) ## Feature * feat: regenerate proto ([`db8ef10`](https://github.com/yandex-cloud/python-sdk/commit/db8ef10a31e32c799771f2240c440e1214cd1fc3)) * feat: regenerate proto ([`84a9469`](https://github.com/yandex-cloud/python-sdk/commit/84a946918fbc7815241b281f576a8de1aef7f366)) | Low | 9/22/2025 |
| v0.360.0 | # v0.360.0 (2025-09-15) ## Feature * feat: regenerate proto ([`7de2bfa`](https://github.com/yandex-cloud/python-sdk/commit/7de2bfa89ae29a2bb80cfb367d81b44b90e2bf8a)) * feat: regenerate proto ([`1ef65a1`](https://github.com/yandex-cloud/python-sdk/commit/1ef65a16a816ea2cd2cad32fd50351ae5b84bc84)) | Low | 9/15/2025 |
| v0.359.0 | # v0.359.0 (2025-09-08) ## Feature * feat: regenerate proto ([`12f11cd`](https://github.com/yandex-cloud/python-sdk/commit/12f11cd76e03bbdefee25ba83fdc9a479db77495)) * feat: regenerate proto ([`0015bda`](https://github.com/yandex-cloud/python-sdk/commit/0015bdafbe661cbcdbd519c41df63ff8b9124f73)) | Low | 9/8/2025 |
| v0.358.0 | # v0.358.0 (2025-09-01) ## Feature * feat: regenerate proto ([`4d66983`](https://github.com/yandex-cloud/python-sdk/commit/4d66983c1ee7d40894994b9c71f300cdb5e7da0f)) * feat: regenerate proto ([`7ae457e`](https://github.com/yandex-cloud/python-sdk/commit/7ae457efde288e326a0cf588757798353006a51b)) | Low | 9/1/2025 |
| v0.357.0 | # v0.357.0 (2025-08-25) ## Feature * feat: regenerate proto ([`c561f6a`](https://github.com/yandex-cloud/python-sdk/commit/c561f6a8bc6f40627a7b3798e501f443d64ce5b6)) * feat: regenerate proto ([`f8fd322`](https://github.com/yandex-cloud/python-sdk/commit/f8fd322dadb27fb6d2fdf35d9f41a6f4554bf7b7)) | Low | 8/25/2025 |
| v0.356.0 | # v0.356.0 (2025-08-18) ## Feature * feat: regenerate proto ([`0faefd1`](https://github.com/yandex-cloud/python-sdk/commit/0faefd19d5e60c30f1274aeda2127b8a5ac7856d)) * feat: regenerate proto ([`7f8fd32`](https://github.com/yandex-cloud/python-sdk/commit/7f8fd3274d0ed7e730408598484cbd15e46c22a5)) | Low | 8/18/2025 |
| v0.355.0 | # v0.355.0 (2025-08-11) ## Feature * feat: regenerate proto ([`d581b7f`](https://github.com/yandex-cloud/python-sdk/commit/d581b7f94c03d5a2f32a35f625dc21920f37a182)) * feat: regenerate proto ([`2d71014`](https://github.com/yandex-cloud/python-sdk/commit/2d71014e185fbb52369793e12f2e1f4042e448cf)) * feat: regenerate proto ([`c1244dd`](https://github.com/yandex-cloud/python-sdk/commit/c1244dd4b1f61eb031d207b766f97e752edb68a9)) | Low | 8/11/2025 |
| v0.354.0 | # v0.354.0 (2025-08-04) ## Feature * feat: regenerate proto ([`5522550`](https://github.com/yandex-cloud/python-sdk/commit/55225500f122a86cc77ec293cc6cba3b38c645ad)) | Low | 8/4/2025 |
| v0.353.0 | # v0.353.0 (2025-07-28) ## Feature * feat: regenerate proto ([`fcfb297`](https://github.com/yandex-cloud/python-sdk/commit/fcfb29797b0435d0e00c90360bc082cd3d15badd)) | Low | 7/28/2025 |
| v0.352.0 | # v0.352.0 (2025-07-21) ## Feature * feat: regenerate proto ([`b942437`](https://github.com/yandex-cloud/python-sdk/commit/b94243775583d810ce1fdd2cafdb344e5b258e31)) * feat: regenerate proto ([`f0ceec9`](https://github.com/yandex-cloud/python-sdk/commit/f0ceec909c352b98ac54540918271029b9aeda8f)) ## Unknown * Merge pull request #152 from anAwesomeWave/feat/add-autoscaling-sa-dataproc Add autoscaling_service_account_id field to dataproc create cluster wrapper. ([`f18f797`](https://github.com | Low | 7/21/2025 |
| v0.351.0 | # v0.351.0 (2025-07-14) ## Feature * feat: regenerate proto ([`d68dc0d`](https://github.com/yandex-cloud/python-sdk/commit/d68dc0dc907754ec81ba28a397b2854aebfdc586)) * feat: regenerate proto ([`68b4352`](https://github.com/yandex-cloud/python-sdk/commit/68b435273f048cc0daf72f83cae8ff9716c0fd98)) | Low | 7/14/2025 |
| v0.350.0 | # v0.350.0 (2025-06-23) ## Feature * feat: regenerate proto ([`49468c4`](https://github.com/yandex-cloud/python-sdk/commit/49468c411ea07855599ac8d6db20c32efe644bcb)) * feat: regenerate proto ([`a912990`](https://github.com/yandex-cloud/python-sdk/commit/a912990f265a88000609eccdd2f4bfe9b34e929d)) * feat: regenerate proto ([`60ae684`](https://github.com/yandex-cloud/python-sdk/commit/60ae684d6380d67f7a0094dcdb9f0991280c643c)) ## Unknown * Merge pull request #149 from yandex-cloud/oslogin-and | Low | 6/23/2025 |
| v0.349.0 | # v0.349.0 (2025-06-16) ## Feature * feat: regenerate proto ([`5576dd9`](https://github.com/yandex-cloud/python-sdk/commit/5576dd966315e65784b6ce5edc8e12755edf2b8c)) | Low | 6/16/2025 |
| v0.348.0 | # v0.348.0 (2025-06-09) ## Feature * feat: regenerate proto ([`b59f23a`](https://github.com/yandex-cloud/python-sdk/commit/b59f23a44fe72af5808b00ca15cdd90aaaf58379)) | Low | 6/9/2025 |
| v0.347.0 | # v0.347.0 (2025-05-26) ## Feature * feat: regenerate proto ([`70f167b`](https://github.com/yandex-cloud/python-sdk/commit/70f167b03c6be17268cec3b3019dd068620a4ab1)) | Low | 5/26/2025 |
| v0.346.0 | # v0.346.0 (2025-05-20) ## Feature * feat: regenerate proto ([`4127364`](https://github.com/yandex-cloud/python-sdk/commit/41273642a038efca39d002e865f253185080d4a0)) | Low | 5/20/2025 |
| v0.345.0 | # v0.345.0 (2025-05-19) ## Feature * feat(CLOUDAPI-1046): Improve client method typing with TypeVar (#148) Co-authored-by: Islam Alibekov <everest@yandex-team.ru> ([`e68a7fa`](https://github.com/yandex-cloud/python-sdk/commit/e68a7fa6d15405c83a6c9e366b4a12d3633684e9)) | Low | 5/19/2025 |
| v0.344.0 | # v0.344.0 (2025-05-14) ## Feature * feat: regenerate proto ([`0939208`](https://github.com/yandex-cloud/python-sdk/commit/0939208105b1347c7b63715b0eaec4455abe05ea)) * feat: regenerate proto ([`d416d07`](https://github.com/yandex-cloud/python-sdk/commit/d416d07f06f4a136dfde32aa5a3a737ae6be8849)) | Low | 5/14/2025 |
| v0.343.0 | # v0.343.0 (2025-05-12) ## Feature * feat: regenerate proto ([`caa8f4a`](https://github.com/yandex-cloud/python-sdk/commit/caa8f4a979440c561336765b379259580cf3abda)) | Low | 5/12/2025 |
| v0.342.0 | # v0.342.0 (2025-05-05) ## Feature * feat: enable trino support ([`b50d19c`](https://github.com/yandex-cloud/python-sdk/commit/b50d19cc01dad94148a365a07ec7cad5880556f0)) * feat: regenerate proto ([`e410bb2`](https://github.com/yandex-cloud/python-sdk/commit/e410bb213da12c14bea95261e8255ac71ac41754)) ## Unknown * Revert "fix: no every week releases" This reverts commit 6eaf0148e451985465f7e5090fdb2c807398ed10. ([`fd017cc`](https://github.com/yandex-cloud/python-sdk/commit/fd017ccf05 | Low | 5/5/2025 |
| v0.341.0 | # v0.341.0 (2025-04-25) ## Feature * feat: regenerate proto ([`7f33eba`](https://github.com/yandex-cloud/python-sdk/commit/7f33ebacdfdbf0a5f07c8bf3a0073ab4866b4cfc)) * feat: regenerate proto ([`bd78f57`](https://github.com/yandex-cloud/python-sdk/commit/bd78f57c113828356fbae06d3dfd15b6d25b6a51)) | Low | 4/25/2025 |
| v0.340.0 | # v0.340.0 (2025-04-15) ## Feature * feat: managed spark wrapper ([`29692e0`](https://github.com/yandex-cloud/python-sdk/commit/29692e035c96ccc2999b0cee9ab12e36910189b4)) * feat: managed spark wrapper, fix ([`400693a`](https://github.com/yandex-cloud/python-sdk/commit/400693a775bfc2c172d7f991e6d39d1d9ef081e9)) * feat: managed spark wrapper ([`5b4351c`](https://github.com/yandex-cloud/python-sdk/commit/5b4351c494e3f55a2c4a462a1afafe8e9fdef34b)) * feat: managed spark wrapper ([`da07dcb`](http | Low | 4/15/2025 |
| v0.339.0 | # v0.339.0 (2025-04-10) ## Feature * feat: regenerate proto ([`acde78d`](https://github.com/yandex-cloud/python-sdk/commit/acde78deb992c725cf194b8e23bb3f347fda61ef)) | Low | 4/10/2025 |
| v0.338.0 | # v0.338.0 (2025-04-10) ## Feature * feat: regenerate proto ([`0b76570`](https://github.com/yandex-cloud/python-sdk/commit/0b765709bc144f855538e6637cde35098fe41569)) * feat(retries): added throttling mode (#139) * feat(retries): added throttling mode * feat(retries): after review * feat(retries): after review more --------- Co-authored-by: Natan Tolparov <nathankith@yandex-team.ru> ([`5b4dac1`](https://github.com/yandex-cloud/python-sdk/commit/5b4dac164988d9acdb088436fb64cbdc078796 | Low | 4/10/2025 |
