nficano / python-lambda

A toolkit for developing and deploying serverless Python code in AWS Lambda.
ISC License
1.5k stars 229 forks source link

cannot coinstall with black #724

Open sugawarayss opened 3 months ago

sugawarayss commented 3 months ago

HI, i try to install python-lambda 11.8.0 with black 24.4.2.

i got error like following

Because no versions of python-lambda match >11.8.0,<12.0.0
 and python-lambda (11.8.0) depends on click (6.6), python-lambda (>=11.8.0,<12.0.0) requires click (6.6).
And because black (24.4.2) depends on click (>=8.0.0)
 and no versions of black match >24.4.2,<25.0.0, python-lambda (>=11.8.0,<12.0.0) is incompatible with black (>=24.4.2,<25.0.0).
So, because <my-project-name> depends on both python-lambda (^11.8.0) and black (^24.4.2), version solving failed.

It looks like the versions of click that they both depend on are conflicting. Are there any maintenance planned?