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
visch@visch-ubuntu:~/git/tap-messagebird$ poetry run black tap_messagebird/
Traceback (most recent call last):
File "/home/visch/git/tap-messagebird/.venv/bin/black", line 8, in <module>
sys.exit(patched_main())
File "/home/visch/git/tap-messagebird/.venv/lib/python3.9/site-packages/black/__init__.py", line 1372, in patched_main
patch_click()
File "/home/visch/git/tap-messagebird/.venv/lib/python3.9/site-packages/black/__init__.py", line 1358, in patch_click
from click import _unicodefun
ImportError: cannot import name '_unicodefun' from 'click' (/home/visch/git/tap-messagebird/.venv/lib/python3.9/site-packages/click/__init__.py)
Code
No response
The text was updated successfully, but these errors were encountered:
Singer SDK Version
0.14.0
Python Version
3.8
Bug scope
Taps (catalog, state, stream maps, etc.)
Operating System
Ubuntu
Description
https://github.com/meltano/sdk/blob/main/cookiecutter/tap-template/%7B%7Bcookiecutter.tap_id%7D%7D/pyproject.toml#L22
Needs to use a newer version of Black, latest version
22.10.0
worksBump to #993 :D
Code
No response
The text was updated successfully, but these errors were encountered: