-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 boto3 and botocore versions #6071
base: main
Are you sure you want to change the base?
Conversation
Hi @harryzcy , Thanks! |
@Saarett @SayantanKhanra10 merge conflicts fixed |
Conflict resolved |
Hi @harryzcy, can you please resolve the conflicts? |
Resolved |
"sha256:f9b57eaa3b0cd8db52049ed0330747b0364e899e8a606a624813452b8203d5f7", | ||
"sha256:fce4f615f8ca31b2e61aa0eb5865a21e14f5629515c9151850aa936c02a1ee51" | ||
], | ||
"markers": "python_version >= '3.10'", |
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.
this will not work. this lock file was created with Python 3.10+ therefore any CI jobs running on 3.8 or 3.9 will fail
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:
Updates the version requirements for
boto3
in bothPipfile
andsetup.py
, changing from a pinned version "==1.35.49" to a more flexible range ">=1.35.49,<2.0.0". This modification allows for newer versions of boto3 while maintaining compatibility with the current major version. The change addresses a previously resolved bug inbotocore
related tourllib3 2.2.0
, demonstrating proactive dependency management and system stability improvement.Modified files (2)
Latest Contributors(2)
Modified files (1)
Latest Contributors(2)
Modified files (2)
Latest Contributors(2)