brash-baker-91190
04/21/2021, 1:49 PMsetuptools 50.3.2, but with 2.4.0, we're now pulling in setuptools 53.1.0. However, we're also using the python_awslambda packaging type in our codebase, which is based on lambdex , which apparently has a setuptools constraint of <50.4,>=50.3.0 , which is unsatisfiable with setuptools==53.1.0. I can pin setuptools to the old 50.3.2 and still build lambdas, but this was rather unexpected. I see a few old open PRs on the lambdex repository that seem possibly related (such as https://github.com/wickman/lambdex/pull/8).
Is this a known issue? Is there a better way to handle such conflicts than what I'm doing? Thanks in advance.happy-kitchen-89482
04/21/2021, 3:11 PMhappy-kitchen-89482
04/21/2021, 3:12 PMhappy-kitchen-89482
04/21/2021, 3:12 PMhappy-kitchen-89482
04/21/2021, 3:13 PMbrash-baker-91190
04/21/2021, 3:14 PMhappy-kitchen-89482
04/21/2021, 5:49 PMbrash-baker-91190
04/21/2021, 7:46 PM