You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow installation of current 'structlog' major version 21.x (#75)
* Pinned pylint minor version to 2.6 to ensure test completion.
* Allow installation of current structlog version 21.x.
* Updated to allow testing of latest structlog.
* Added checks to see if the 'format_exc_info' processor is required.
* Selective pull for merge fix.
* Allow current structlog version.
* Formatted with black 21.11b1.
* Pylint: disable import-outside-toplevel, import-error within import try/except clause.
* Restored poetry.lock from branch main.
* Modifed docstring to conform to pydocstyle.
* Replaced try:import:except with importlib.util.find_spec.
* Use 'version.parse' to determine structlog.__version__.
* Fixed import order.
* Fixed extraneous line after docstring.
* Added missing line: 'processors=processors,'.
* Changed the import from importlib.utils to work on Python 3.9.
0 commit comments