-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Poetry >1.6.0 depends on urllib > 2 by default #8381
Comments
Closing as it is not an issue, just for viz. |
fwiw poetry does not "ship with a urllib>2 dependency". Indeed poetry does not mention urllib3 at all. Rather: poetry has dependencies, and those dependencies ship with a ie if you want to put (but you will miss out on bug fixes eg this one) |
Hey @dimbleby thank you for the note (and for your patience 😛 ). Out of sheer curiosity, how could I install poetry 1.6.x so that it depends on urllib3 <2? |
just eg if you used pipx to install poetry then |
My bad, I never noticed that it indeed creates its own venv. Solved! |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
public.ecr.aws/lambda/python:3.8
-vvv
option) and have included the output below.Issue
Starting at Poetry 1.6, it ships with a urllib>2 dependency which is incompatible with
public.ecr.aws/lambda/python:3.8
. Just adding this issue so people do not waste their time debugging a non-fixable issue.The text was updated successfully, but these errors were encountered: