Incompatible deps astroid 2.3.3 and wrapt 1.12.1
Summary
When installing muttlib
running pip install -e .[dev]
I get the following error:
ERROR: astroid 2.3.3 has requirement wrapt==1.11.*, but you'll have wrapt 1.12.1 which is incompatible.
Steps to reproduce
On branch add-trino-connector wun with python 3.8.12: pip install -e .[dev]
Expected results
Install muttlib
with all deps.
Actual results
Installation fails
Edited by Gonzalo Villafañe Tapia