Yadisk

Latest version: v3.2.0

Safety actively analyzes 714815 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 7

1.2.18

* Fixed `issue 26`_: ':' character in filenames causes `BadRequestError`.
This is due the behavior of Yandex.Disk's REST API itself but is avoided
on the library level with this fix.

1.2.17

* Fixed a minor bug which could cause a `ReferenceError`
(which would not cause a crash, but still show an error message). The bug
involved using `__del__()` method in `SelfDestructingSession`
to automatically close the sessions it seems to affect primarily old Python
versions (such as 3.4).

1.2.16

* Fixed a bug in `check_token()`: could throw `ForbiddenError` if
the application lacks necessary permissions (`issue 23`_).

1.2.15

* Fixed an issue where `http://` links were not recognized as operation links
(they were assumed to always be `https://`, since all the other
requests are always HTTPS).
Occasionally, Yandex.Disk can for some reason return an `http://` link
to an asynchronous operation instead of `https://`.
Both links are now recognized correctly and an `https://` version will
always be used by `get_operation_status()`, regardless of which one
Yandex.Disk returned.

1.2.14

* Fixed a `TypeError` in `get_public_*` functions when passing `path` parameter
(see `issue 7`_)
* Added `unlimited_autoupload_enabled` attribute for `DiskInfoObject`

1.2.13

* Added `md5` parameter for `remove()`
* Added `UserPublicInfoObject`
* Added `country` attribute for `UserObject`
* Added `photoslice_time` attribute for `ResourceObject`, `PublicResourceObject`
and `TrashResourceObject`

Page 3 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.