We are amped to announce the release of: skyline-apiserver 2.0.1: OpenStack Skyline APIServer This release is part of the antelope release series. The source is available from: https://opendev.org/openstack/skyline-apiserver Download the package from: https://tarballs.openstack.org/skyline-apiserver/ Please report issues through: https://bugs.launchpad.net/skyline-apiserver/+bugs For more details, please see below. Changes in skyline-apiserver 2.0.0..2.0.1 ----------------------------------------- 8c3e165 fix: Set stable-2023.1 version of constraints to use 326a503 change sso port to be optional 4dc464b fix: Set stable-2023.1 version of skyline-console to use f13c805 Update requirements and test-requirements 97ccfab Update TOX_CONSTRAINTS_FILE for stable/2023.1 a08714b Update .gitreview for stable/2023.1 Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- Makefile | 6 +++--- container/Dockerfile | 2 +- requirements.txt | 14 +++++++------- skyline_apiserver/api/v1/login.py | 3 ++- test-requirements.txt | 3 +-- tox.ini | 4 ++-- 7 files changed, 17 insertions(+), 17 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 4637f65..18ca3d8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15 +15 @@ loguru<=0.5.3 # MIT -PyYAML>=5.4.1,<=6.0 # MIT +PyYAML>=5.4.1 # MIT @@ -20,6 +20,6 @@ SQLAlchemy>=1.3.24 # MIT -PyMySQL>=0.9.3,<=1.0.2 # MIT -dnspython>=2.1.0,<=2.2.1 # ISC -click>=7.1.2,<=8.1.3 # BSD License (3 clause) -jinja2>=2.11.3,<=3.1.2 # BSD License (3 clause) -h11<0.13,>=0.11 # MIT -MarkupSafe>=2.0.1,<=2.1.1 # BSD License (3 clause) +PyMySQL>=0.9.3 # MIT +dnspython>=2.1.0 # ISC +click>=7.1.2 # BSD License (3 clause) +jinja2>=2.11.3 # BSD License (3 clause) +h11>=0.11 # MIT +MarkupSafe>=2.0.1 # BSD License (3 clause) diff --git a/test-requirements.txt b/test-requirements.txt index 2f6514f..70abe16 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -19,2 +19 @@ asgi-lifespan<=1.0.1 # MIT -types-PyYAML<=5.4.10 # Apache-2.0 -oslo.log<=5.0.0 # Apache-2.0 +types-PyYAML>=5.4.10 # Apache-2.0