-
-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
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
I hope you can upgrade the iredis dependency click version to 8 #427
Comments
sure, why not. |
oh Click dropped Python3.6 support, since IRedis is still supporting 3.6, I think I need more time to upgrade. https://click.palletsprojects.com/en/8.1.x/changes/#version-8-1-0 |
Yes, because click supports type annotations in 8.0, which requires python 3.7+ I think type annotations are a great effect that can help us improve the dynamic language refactoring crematorium |
Yes understand. I mean I may need more time to drop the support for Python3.6 |
Hello, any news on this issue ? I'd also like to use click v8 along iredis |
But when I tried to install iredis, I found a conflict between flask and the version of click on which iredis depends
pip install iredis
error info 👇
flask version info 👇
The text was updated successfully, but these errors were encountered: