-
Notifications
You must be signed in to change notification settings - Fork 69
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
fix: Pin urllib3
to <2
to avoid incompatibility issues with botocore
#1680
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1680 +/- ##
=======================================
Coverage 85.07% 85.07%
=======================================
Files 59 59
Lines 4864 4864
Branches 807 807
=======================================
Hits 4138 4138
Misses 527 527
Partials 199 199 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
requests
to <2.30
to avoid compatibility issues with botocoreurllib3
to <2
to avoid compatibility issues with botocore
urllib3
to <2
to avoid compatibility issues with botocoreurllib3
to <2
to avoid incompatibility issues with botocore
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@edgarrmondragon How soon do you think this restriction could be removed? As time goes on more and more libraries will have dependencies on urllib3 >= 2
.
@WillDaSilva Hopefully as soon as botocore loosens its constraint on urllib3: https://github.com/boto/botocore/blob/f49c300cbc363a83821abac236ac57b4d43d1e7c/setup.py#L28 |
urllib3
to <2
to avoid incompatibility issues with botocoreurllib3
to <2
to avoid incompatibility issues with botocore
I believe that should be fixed now https://github.com/boto/botocore/blob/1.34.20/setup.py#L29 |
Thanks for the reference @prevostc! Unfortunately, we use
So, sadly this means we have to
|
See https://meltano.slack.com/archives/C01PKLU5D1R/p1683304999507349
📚 Documentation preview 📚: https://meltano-sdk--1680.org.readthedocs.build/en/1680/