-
Notifications
You must be signed in to change notification settings - Fork 1.3k
fix(general): unpin boto3 and botocore versions #6071
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
Conversation
Hi @harryzcy , Thanks! |
@Saarett @SayantanKhanra10 merge conflicts fixed |
Conflict resolved |
Hi @harryzcy, can you please resolve the conflicts? |
Resolved |
Updated and recreated lock file with python 3.8 @gruebel |
@tsmithv11 @kartikp10 Hi maintainers, this PR is open for a year now. Can you review and move this forward? |
Hi @harryzcy please resolve the conflicts |
Thanks for reminding. Resolved |
Hi @harryzcy, the PR Title is not valid, can you please fix it? |
I've updated the title. Thanks |
I've updated the branch & approved workflows run. |
merging :) |
* Unpin boto3 and botocore versions * Rerun lock * Minor update to conflict resolution --------- Co-authored-by: pazbec <paz8097@gmail.com>
User description
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Description
Unpin
boto3
andbotocore
as the bug from botocore is marked as resolved. That issue is related tourllib3 2.2.0
specifically.Previous PRs that pinned the version: #6011, #6016
Fix: #6050
Generated description
Below is a concise technical summary of the changes proposed in this PR:
Unpins the boto3 and botocore versions in the project dependencies. This change allows for more flexibility in using newer versions of these libraries, while still maintaining compatibility with the current codebase. The modification affects both the Pipfile and setup.py files, ensuring consistency across different package management systems.
Modified files (3)
Latest Contributors(2)