singer-io / tap-s3-csv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compatibility with Python 3.10

cwe5590 opened this issue · comments

I was utilizing this via meltano in a python 3.10 environment. Unfortunately it's failing due to an outdated version of voluptuous.

We should bump voluptuous to the latest version where this issue has been resolved.

File "/opt/app/src/meltano/.meltano/extractors/tap-s3-csv/venv/lib/python3.10/site-packages/voluptuous/schema_builder.py", line 233, in _compile
if isinstance(schema, collections.Mapping) and len(schema):
AttributeError: module 'collections' has no attribute 'Mapping