python-etcd3
python-etcd3 copied to clipboard
Python client for the etcd API v3
This PR updates [click](https://pypi.org/project/click) from **8.0.1** to **8.1.2**. Changelog ### 8.1.2 ``` ------------- Released 2022-03-31 - Fix error message for readable path check that was mixed up with the executable...
Hello, Occasionally, but quite often, I have a case where `client.close()` takes 10 seconds (between 10.0 and 10.2 to be more specific). I tried lowering the client timeout (assuming it...
This PR updates [jinja2](https://pypi.org/project/jinja2) from **3.0.1** to **3.1.1**. *The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new)* Links - PyPI: https://pypi.org/project/jinja2 - Homepage: https://palletsprojects.com/p/jinja/
This PR updates [markupsafe](https://pypi.org/project/markupsafe) from **2.0.1** to **2.1.1**. Changelog ### 2.1.1 ``` ------------- Released 2022-03-14 - Avoid ambiguous regex matches in ``striptags``. :pr:`293` ``` ### 2.1.0 ``` ------------- Released 2022-02-17...
This PR updates [tenacity](https://pypi.org/project/tenacity) from **7.0.0** to **8.0.1**. *The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new)* Links - PyPI: https://pypi.org/project/tenacity - Repo: https://github.com/jd/tenacity
This PR updates [mccabe](https://pypi.org/project/mccabe) from **0.6.1** to **0.7.0**. Changelog ### 0.7.0 ``` * Drop support for all versions of Python lower than 3.6 * Add support for Python 3.8, 3.9,...
Seems by default tenacity 7.0.0 is being pulled in and causes the below exception: ``` File "python3.8/site-packages/etcd3/locks.py", line 136, in __enter__ self.acquire() File "python3.8/site-packages/etcd3/locks.py", line 103, in acquire return _acquire()...
This PR updates [xattr](https://pypi.org/project/xattr) from **0.9.7** to **0.9.9**. Changelog ### 0.9.9 ``` * Fix regression in xattr console script https://github.com/xattr/xattr/pull/100 * Add -c clear option https://github.com/xattr/xattr/pull/98 * Add note about...
This PR updates [pycparser](https://pypi.org/project/pycparser) from **2.20** to **2.21**. Changelog ### 2.21 ``` - Much improved support for C11 (multiple PRs) - Support for parehthesized compount statements (423) - Support for...
This PR updates [py](https://pypi.org/project/py) from **1.10.0** to **1.11.0**. *The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new)* Links - PyPI: https://pypi.org/project/py - Docs: https://py.readthedocs.io/