faust icon indicating copy to clipboard operation
faust copied to clipboard

Update dependency to `click>= 8.0`

Open JohnPreston opened this issue 3 years ago • 3 comments

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 :)

JohnPreston avatar May 06 '22 10:05 JohnPreston

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 :)

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.

bkp4113 avatar May 09 '22 19:05 bkp4113

Oh dear, the versions issues avalanche :mountain_snow:

JohnPreston avatar May 10 '22 05:05 JohnPreston

Hello, I have the same issue between Faust and Flask packages with the Click version. Is there any progress with the upgrade?

xcarlosamm avatar Nov 25 '22 09:11 xcarlosamm