Hi just posting this here so that other users like me are aware of the issue: release 0.14.0 introduced the use of type annotations from __future__ import annotations, which actually require python >= 3.7 to work as mentioned here https://peps.python.org/pep-0563/.
Voluptuous still advertises python 3.6 and lower as supported.
Hi just posting this here so that other users like me are aware of the issue: release
0.14.0
introduced the use of type annotationsfrom __future__ import annotations
, which actually require python >= 3.7 to work as mentioned here https://peps.python.org/pep-0563/.Voluptuous still advertises python 3.6 and lower as supported.