We high-spiritedly announce the release of: os-service-types 1.8.1 The source is available from: https://opendev.org/openstack/os-service-types Download the package from: https://pypi.org/project/os-service-types For more details, please see below. Changes in os-service-types 1.8.0..1.8.1 ---------------------------------------- 4979317 pre-commit: Bump versions 92232d8 Add missing dependency d8d9f57 Updated from OpenStack Service Type Authority Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 8 ++++---- os_service_types/data/service-types.json | 8 ++++---- requirements.txt | 1 + 3 files changed, 9 insertions(+), 8 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 7deef88..9bdef65 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,0 +2 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 +typing-extensions>=4.1.0 # PSF-2.0