Yadisk-async

Latest version: v1.4.5

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

Scan your dependencies

Page 1 of 3

1.4.5

&8212; Added a deprecation warning on import
&8212; This library is no longer maintained, use [yadisk](https://pypi.org/project/yadisk)>=2.0.0 instead, it also supports async API

1.4.4

&8212; `upload()` and `download()` (and related) methods can now upload/download non-seekable file-like objects (e.g. `stdin` or `stdout` when open in binary mode), see PR ivknv/yadisk31

1.4.3

&8212; `app:/` paths now work correctly (see issue ivknv/yadisk26)

1.4.2

&8212; Fixed ivknv/yadisk29: TypeError: 'type' object is not subscriptable
&8212; Fixed a bug affecting Python <3.9: TypeError: Too many parameters for typing.AsyncIterable; actual 2, expected 1

1.4.1

&8212; Fixed ivknv/yadisk28: `download_public()` with path keyword argument raises `TypeError`
&8212; Fixed `AttributeError` raised when calling `ResourceLinkObject.public_listdir()`

1.4.0

&8212; Added convenience methods to :code:`...Object` objects (e.g. see :code:`ResourceObject` in docs)
&8212; Added type hints
&8212; Improved error checking and response validation
&8212; Added `InvalidResponseError`, `PayloadTooLargeError`, `UploadTrafficLimitExceededError`
&8212; Added a few missing fields to `DiskInfoObject` and `SystemFoldersObject`
&8212; Added `rename()`, `upload_by_link()` and `download_by_link()` methods
&8212; Added `default_args` field for `YaDisk` object
&8212; `download()` and :code:`upload()` now return `ResourceLinkObject`
&8212; Returned `LinkObject` instances have been replaced by more specific subclasses
&8212; `ConnectionError` now also triggers a retry
&8212; Added support for async files for `download()` and `upload()`
&8212; Use `aiofiles` to open files by default

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.