Webdav4

Latest version: v0.9.8

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

Scan your dependencies

Page 1 of 4

0.9.8

What's Changed
* bump Scheduled weekly dependency update for week 18 by pyup-bot in https://github.com/skshetry/webdav4/pull/108
* bump Scheduled weekly dependency update for week 22 by pyup-bot in https://github.com/skshetry/webdav4/pull/109
* use hatchling by skshetry in https://github.com/skshetry/webdav4/pull/126
* Bump sphinx from 4.5 to 5.3.0 by dependabot in https://github.com/skshetry/webdav4/pull/129
* Bump furo from 2022.4.7 to 2022.9.29 by dependabot in https://github.com/skshetry/webdav4/pull/127
* Bump myst-parser from 0.17.2 to 0.18.1 by dependabot in https://github.com/skshetry/webdav4/pull/130
* Bump mypy from 0.960 to 0.982 by dependabot in https://github.com/skshetry/webdav4/pull/128


**Full Changelog**: https://github.com/skshetry/webdav4/compare/v0.9.7...v0.9.8

0.9.7

What's Changed
* Follow redirects for ls by normanrz in https://github.com/skshetry/webdav4/pull/103

New Contributors
* normanrz made their first contribution in https://github.com/skshetry/webdav4/pull/103

**Full Changelog**: https://github.com/skshetry/webdav4/compare/v0.9.6...v0.9.7

0.9.6

What's Changed
* Make sure the http connection is closed even if nothing is read from the stream by pauleikis in https://github.com/skshetry/webdav4/pull/106


**Full Changelog**: https://github.com/skshetry/webdav4/compare/v0.9.5...v0.9.6

0.9.5

What's Changed
* drop support for Python 3.6 by skshetry in https://github.com/skshetry/webdav4/commit/91db33fbfd869ce4adf295ddc345a3e315ea09da
* bump Scheduled weekly dependency update for week 04 by pyup-bot in https://github.com/skshetry/webdav4/pull/89
* bump Scheduled weekly dependency update for week 11 by pyup-bot in https://github.com/skshetry/webdav4/pull/95
* delete setup.py by skshetry in https://github.com/skshetry/webdav4/pull/96
* move pylint and bandit config to pyproject.toml by skshetry in https://github.com/skshetry/webdav4/pull/97


**Full Changelog**: https://github.com/skshetry/webdav4/compare/v0.9.4...v0.9.5

0.9.4

What's Changed
* relax httpx version requirements by pauleikis in https://github.com/skshetry/webdav4/pull/88

New Contributors
* pauleikis made their first contribution in https://github.com/skshetry/webdav4/pull/88

**Full Changelog**: https://github.com/skshetry/webdav4/compare/v0.9.3...v0.9.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.

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.