faust
faust copied to clipboard
Update dependency to `click>= 8.0`
Simply requesting to update dependency click to support >=8.0
Also python 3.6 has reach EOL on 23 Dec 2021 so one might want to bump that in conda etc.
Just a suggestion :)
Simply requesting to update dependency
clickto support >=8.0 Also python 3.6 has reach EOL on 23 Dec 2021 so one might want to bump that in conda etc. Just a suggestion :)
We are running into dependency resolution issue for pipenv for the click version being less than 8.0 with Flask > 2.1.
- Flask [required: >=0.9, installed: 2.1.2]
- click [required: >=8.0, installed: 8.1.3]
VS. faust requiring < 8.0 for click.
Oh dear, the versions issues avalanche :mountain_snow:
Hello, I have the same issue between Faust and Flask packages with the Click version. Is there any progress with the upgrade?