We are jazzed to announce the release of: oslo.context 4.1.0: Oslo Context library This release is part of the yoga release series. The source is available from: https://opendev.org/openstack/oslo.context Download the package from: https://pypi.org/project/oslo.context Please report issues through: https://bugs.launchpad.net/oslo.context/+bugs For more details, please see below. Changes in oslo.context 4.0.0..4.1.0 ------------------------------------ 3400cc2 Integrate mypy Diffstat (except docs and test files) ------------------------------------- oslo_context/context.py | 184 +++++++++++++++++++++++++----------------------- oslo_context/fixture.py | 4 +- oslo_context/version.py | 1 - setup.cfg | 11 +++ test-requirements.txt | 1 + tox.ini | 14 +++- 6 files changed, 121 insertions(+), 94 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index ff28c2e..4aa0d27 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,0 +6 @@ hacking>=3.0.1,<3.1.0 # Apache-2.0 +mypy>=0.761 # MIT