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
Thanks for this project, however I notice the following message whenever I run my code dependent on this package
.venv/lib/python3.12/site-packages/weasel/util/config.py:8
.venv/lib/python3.12/site-packages/weasel/util/config.py:8: DeprecationWarning: Importing 'parser.split_arg_string' is deprecated, it will only be available in 'shell_completion' in Click 9.0.
from click.parser import split_arg_string
while warnings may seem harmless it probably is best to patch it.