2b7e33c416726230d5e4dcddf8eb1985c35d217f
This avoids the need to duplicate our dependency list in multiple places and allows us to take advantage of tox's dependency management infrastructure, to ensure we always get the latest and greatest version of a package allowed by upper-constraints. While here, we also update versions of other pre-commit hooks and simplify the mypy configuration, aligning it with that of other typed oslo projects. Change-Id: I91320224dec622b9a39878d84f55b1a55fc23cc9 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Oslo Context Library
The Oslo context library has helpers to maintain useful information about a request context. The request context is usually populated in the WSGI pipeline and used by various modules such as logging.
- License: Apache License, Version 2.0
- Documentation: https://docs.openstack.org/oslo.context/latest/
- Source: https://opendev.org/openstack/oslo.context
- Bugs: https://bugs.launchpad.net/oslo.context
- Release notes: https://docs.openstack.org/releasenotes/oslo.context/
Description
Languages
Python
100%