We are tickled pink to announce the release of: python-keystoneclient 1.3.4: Client Library for OpenStack Identity This release is part of the kilo stable release series. With source available at: https://git.openstack.org/cgit/openstack/python-keystoneclient With package available at: https://pypi.python.org/pypi/python-keystoneclient For more details, please see below and: https://launchpad.net/python-keystoneclient/+milestone/1.3.4 Please report issues through launchpad: https://bugs.launchpad.net/python-keystoneclient Changes in python-keystoneclient 1.3.3..1.3.4 --------------------------------------------- e81856f Remove hardcoded endpoint filter for update password 2c69e9b Updated from global requirements Diffstat (except docs and test files) ------------------------------------- keystoneclient/v3/users.py | 3 +-- requirements.txt | 2 +- 3 files changed, 24 insertions(+), 3 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 8e6ac51..362e022 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16 +16 @@ PrettyTable<0.8,>=0.7 -requests!=2.4.0,>=2.2.0 +requests!=2.4.0,<2.8.0,>=2.2.0