oslo.limit 2.9.0 (gazpacho)
We are thrilled to announce the release of: oslo.limit 2.9.0 This release is part of the gazpacho release series. The source is available from: https://opendev.org/openstack/oslo.limit Download the package from: https://pypi.org/project/oslo.limit Please report issues through: https://bugs.launchpad.net/oslo.limit/+bugs For more details, please see below. 2.9.0 ^^^^^ Upgrade Notes ************* * Support for Python 3.9 has been removed. Now the minimum python version supported is 3.10. Bug Fixes ********* * *bug 2123895* <https://bugs.launchpad.net/oslo.limit/+bug/2123895>`_: Fixed the capability to query endpoint id from Keystone, which consistently failed due to internal TypeError. Changes in oslo.limit 2.8.0..2.9.0 ---------------------------------- 2bbe3b6 Add typing 08c8da6 ruff: Enable more rules e852fe2 Accept previously accepted format for endpoint_service_type 4510443 Apply ruff f8e524b reno: Update master for unmaintained/2024.1 121183b Bump pyupgrade target to 3.10+ 21705fd Migrate bandit options to pyproject.toml 8b3edee Fix endpoint query 3bb99cf Add repository URL b109822 pre-commit: Bump dependencies edcd8fd Migrate setup configuration to pyproject.toml 8885597 Drop Python 3.9 support 4b35694 Update master for stable/2025.2 Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 39 ++- oslo_limit/exception.py | 49 ++- oslo_limit/fixture.py | 57 +++- oslo_limit/limit.py | 323 +++++++++++++------ oslo_limit/opts.py | 58 ++-- oslo_limit/py.typed | 0 pyproject.toml | 75 +++++ .../notes/bug-2123895-d46347955768fab1.yaml | 6 + .../notes/remove-py39-19083e939173e39e.yaml | 5 + releasenotes/source/2024.1.rst | 2 +- releasenotes/source/2025.2.rst | 6 + releasenotes/source/conf.py | 36 ++- releasenotes/source/index.rst | 1 + setup.cfg | 30 -- setup.py | 3 +- tox.ini | 15 +- 18 files changed, 697 insertions(+), 413 deletions(-)
participants (1)
-
no-reply@openstack.org