-
Notifications
You must be signed in to change notification settings - Fork 43
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
Chore: Bump cdk to 6.6.4 #540
Conversation
/poetry-lock
|
Resolving dependencies... changes
📝 WalkthroughWalkthroughThe pull request updates the Changes
Possibly related PRs
Wydt about exploring these related PRs for additional context or insights? 📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
🔇 Additional comments (1)pyproject.toml (1)
The change from Let's check the changelog between these versions: ✅ Verification successfulThe CDK version bump looks safe to proceed! 🚀 I've verified that:
Would you mind adding a quick note in the PR description about why we're excluding 6.7.0rc2? This would help future maintainers understand the context better, wdyt? 🤔 🏁 Scripts executedThe following scripts were executed for the analysis: Script: #!/bin/bash
# Description: Check the changelog between 6.6.3 and 6.6.4, and look for any known issues with rc2
# Fetch the package info from PyPI
echo "Checking airbyte-cdk versions..."
curl -s https://pypi.org/pypi/airbyte-cdk/json | jq -r '.releases | keys[]' | grep -E "6\.6\.[3-4]|6\.7\.0rc2"
# Check for any security advisories
echo "Checking for security advisories..."
gh api graphql -f query='
{
securityVulnerabilities(first: 5, ecosystem: PIP, package: "airbyte-cdk") {
nodes {
advisory {
summary
severity
publishedAt
}
vulnerableVersionRange
firstPatchedVersion {
identifier
}
}
}
}'
Length of output: 634 Script: #!/bin/bash
# Let's check the repository for any changelog entries or documentation about version compatibility
# Look for changelog files
echo "Looking for changelog files..."
fd -i changelog
# Search for any mentions of CDK version 6.6.4 or 6.7.0rc2 in the codebase
echo "Searching for version mentions..."
rg -i "6\.6\.4|6\.7\.0rc2"
# Look for any documentation about version requirements
echo "Checking documentation..."
fd -e md -e rst | xargs rg -i "airbyte.?cdk|version|compatibility" -C 2
Length of output: 2817 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
CodeRabbit Configuration File (
|
Summary by CodeRabbit
airbyte-cdk
dependency to enhance compatibility and stability.