You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 15, 2026. It is now read-only.
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?