anvilco/python-anvil

Support click 8

cancan101 opened this issue · 2 comments

Currently the version dependency on click is pinned to ^7.0

#8 77.43 The conflict is caused by:
#8 77.43     celery 5.2.3 depends on click<9.0 and >=8.0.3
#8 77.43     celery[sqs] 5.2.3 depends on click<9.0 and >=8.0.3
#8 77.43     python-anvil 1.3.0 depends on click<8.0 and >=7.0```

+1 on this, I can't use this package until click dependency is fixed

click will be updated on the next release today. Didn't expect major package conflicts like celery, so the CLI portion of this package will probably be split out into an optional dependency for those who want it.

Thanks again for the reports.