lambci / docker-lambda

Docker images and test runners that replicate the live AWS Lambda environment
MIT License
5.83k stars 431 forks source link

Python3.7 Docker Image issue: aws-sam-cli 0.40.0 has requirement aws-lambda-builders==0.6.0, you'll have aws-lambda-builders 0.7.0 which is incompatible. #249

Closed noxasaxon closed 4 years ago

noxasaxon commented 4 years ago

mismatched requirements in latest docker image:

ERROR: aws-sam-cli 0.40.0 has requirement aws-lambda-builders==0.6.0, but you'll have aws-lambda-builders 0.7.0 which is incompatible.
ERROR: awscli 1.17.9 has requirement rsa<=3.5.0,>=3.1.2, but you'll have rsa 4.0 which is incompatible.
mhart commented 4 years ago

Are you running into some sort of problems here?

(latest version has aws-sam-cli 0.41.0 btw, which was just released)

noxasaxon commented 4 years ago

it was fixed with the version you just pushed, thank you. Yesterday's commit to bump aws-lambda-builders to 0.7.0 caused a pip dependency mismatch because the dockerfile was still requiring aws-sam-cli 0.40.0