We are satisfied to announce the release of: python-neutronclient 7.3.1: CLI and Client Library for OpenStack Networking This release is part of the wallaby stable release series. The source is available from: https://opendev.org/openstack/python-neutronclient Download the package from: https://pypi.org/project/python-neutronclient Please report issues through: https://bugs.launchpad.net/python-neutronclient/+bugs For more details, please see below. Changes in python-neutronclient 7.3.0..7.3.1 -------------------------------------------- 074e591 Use yaml.safe_load instead of yaml.load 9ba92c2 tests: change safe_hasattr to hasattr e28d08a Dropping lower constraints testing (stable Wallaby) c58eaf1 Update TOX_CONSTRAINTS_FILE for stable/wallaby 16aef72 Update .gitreview for stable/wallaby 979c944 Fix lower constraints Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 1 - lower-constraints.txt | 111 --------------------- neutronclient/client.py | 2 +- requirements.txt | 2 +- tox.ini | 12 +-- 9 files changed, 12 insertions(+), 130 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index d10083c..b08551d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15 +15 @@ os-client-config>=1.28.0 # Apache-2.0 -keystoneauth1>=3.4.0 # Apache-2.0 +keystoneauth1>=3.8.0 # Apache-2.0