-
Notifications
You must be signed in to change notification settings - Fork 68
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
unpin urllib3 once botocore works with urllib3 >= 2.0 #454
Comments
Yeah. I guess time has come. |
is that blocking something ? or you just notice it does work now ? |
Kinda - I tried to install ccm as a dependency but urllib3 has been downgraded to old version. |
o.k. one could try it ontop of a PR, and see if it's now works better across all supported python versions |
NB: ccm works fine with latest urllib3/boto3/botocore on python 3.10 |
Well if I remember correctly the problem was with python 3.12 |
because of boto/botocore#2926, we have to peg urllib3 dependency to < 2. see #453.
we might want to undo this once the upstream issues are fixed.
The text was updated successfully, but these errors were encountered: