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
The requirement of colorama pinned at 0.4.1 is blocking deploments to AWS lambda because awscli in boto3 has it pinned below 0.3.9. Can this be relaxed?
awscli 1.16.72 has requirement colorama<=0.3.9,>=0.2.5, but you'll have colorama 0.4.1 which is incompatible.
loguru 0.2.2 has requirement colorama>=0.4.1, but you'll have colorama 0.3.9 which is incompatible.
The text was updated successfully, but these errors were encountered:
The requirement of colorama pinned at 0.4.1 is blocking deploments to AWS lambda because awscli in boto3 has it pinned below 0.3.9. Can this be relaxed?
awscli 1.16.72 has requirement colorama<=0.3.9,>=0.2.5, but you'll have colorama 0.4.1 which is incompatible.
loguru 0.2.2 has requirement colorama>=0.4.1, but you'll have colorama 0.3.9 which is incompatible.
The text was updated successfully, but these errors were encountered: