robinhood / faust

Python Stream Processing
Other
6.7k stars 538 forks source link

Update dependency to `click>= 8.0` #757

Open JohnPreston opened 2 years ago

JohnPreston commented 2 years ago

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

bkp4113 commented 2 years ago

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.

VS. faust requiring < 8.0 for click.

JohnPreston commented 2 years ago

Oh dear, the versions issues avalanche :mountain_snow:

xcarlosamm commented 1 year ago

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