Webdav4

Latest version: v0.10.0

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

Scan your dependencies

Page 2 of 4

0.9.3

Pins httpx version to 0.20.0 till it releases 1.0 stable release.

There is an incompatible change, that the redirects are not followed by default.
This is because of the change in default in httpx itself. To follow redirects by default,
pass `follow_redirects=True` in `webdav4.fsspec.WebdavFileSystem` or in `webdav4.client.Client`.

If you cannot change the API for some reason, you can set `FSSPEC_DAV_FOLLOW_REDIRECTS=true` or
override through fsspec's config.

0.9.2

- Add trailing slash in url on MKCOLs

0.9.1

It is now compatible with `fsspec 2021.08.X` as well.

0.9.0

- fsspec updated to 2021.07.0.
- httpx updated to 0.18.2.
- callback support on put_file, as per 2021.07.0 requirements,
thanks to isidentical.
- `upload_fileobj` - extended API in fsspec implementations
with callback support.
- tests for `peek_filelike_length` and `upload_fileobj`.
- Packaging badges in the README, thanks to efiop.
- dev packages updated,
specifically, `Sphinx`, `sphinx-copybutton`, `furo`, `pylint` and `WsgiDAV`.

0.8.2

- performance improvement in fsspec new release for find
- bugfix on stream during seek, where it could use Ranged response
to compute the size of the stream (whereas it should have used size
of Initial response).
- Weekly package updates

0.8.1

No other changes.

Page 2 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.