We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dapp-manager
while fixing: #77 as part of: #78
we were forced to downgrade the click library to"^7.0": https://github.com/golemfactory/dapp-manager/blob/main/pyproject.toml#L36
click
as a result, autocompletion feature of dapp-manager stopped working as it's only supported in click v 8.1: https://click.palletsprojects.com/en/8.1.x/shell-completion/
the temporary work-around is to disable the autocompletion feature in the release branch
mitmproxy
goth
The text was updated successfully, but these errors were encountered:
shadeofblue
Successfully merging a pull request may close this issue.
while fixing: #77
as part of: #78
we were forced to downgrade the
click
library to"^7.0": https://github.com/golemfactory/dapp-manager/blob/main/pyproject.toml#L36as a result, autocompletion feature of
dapp-manager
stopped working as it's only supported in click v 8.1: https://click.palletsprojects.com/en/8.1.x/shell-completion/the temporary work-around is to disable the autocompletion feature in the release branch
mitmproxy
ingoth
to a version that uses a newest click: Bump mitmproxy version to ^8 goth#605The text was updated successfully, but these errors were encountered: