-
Notifications
You must be signed in to change notification settings - Fork 593
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
Cherry Pick Open3d fix #5422
Cherry Pick Open3d fix #5422
Conversation
* pin open3d * more than 16, less than 19 * remove itsdangerous
WalkthroughThis pull request involves updates to multiple requirements files, focusing on package version modifications. The changes include upgrading the Changes
Possibly related PRs
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
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.
Actionable comments posted: 1
📜 Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (3)
requirements/common.txt
(1 hunks)requirements/extras.txt
(1 hunks)requirements/test.txt
(2 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (2)
- GitHub Check: build / build
- GitHub Check: test / test-app
@@ -1,5 +1,5 @@ | |||
awscli==1.37.2 |
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.
💡 Codebase verification
Align AWS SDK versions to prevent compatibility issues
The awscli==1.37.2
is from a newer version series than boto3==1.36.2
. Since boto3 hasn't released 1.37.x versions yet, consider using awscli 1.36.x (like 1.36.2 or 1.36.3) to maintain version parity with boto3.
🔗 Analysis chain
Verify AWS SDK version compatibility.
The awscli==1.37.2
package might have compatibility issues with boto3==1.36.2
specified in common.txt, as they are from different AWS SDK versions. Consider aligning these versions.
🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash
# Check awscli and boto3 version compatibility
pip index versions awscli | grep "1.36"
pip index versions boto3 | grep "1.37"
Length of output: 34431
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.
✔️
Cherry picks #5403 for
release/v1.3.0
Summary by CodeRabbit
boto3
package to version 1.36.2ipywidgets
version constraint to allow newer versionsawscli
package version 1.37.2 to test requirementsitsdangerous
package from test requirements