chore: Bump airbyte-cdk to 7.3.9#835
Conversation
Co-Authored-By: AJ Steers <aj@airbyte.io>
Original prompt from AJ Steers |
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
👋 Greetings, Airbyte Team Member!Here are some helpful tips and reminders for your convenience. Testing This PyAirbyte VersionYou can test this version of PyAirbyte using the following: # Run PyAirbyte CLI from this branch:
uvx --from 'git+https://github.com/airbytehq/PyAirbyte.git@devin/1761176493-bump-cdk-to-7.3.9' pyairbyte --help
# Install PyAirbyte from this branch for development:
pip install 'git+https://github.com/airbytehq/PyAirbyte.git@devin/1761176493-bump-cdk-to-7.3.9'Helpful ResourcesPR Slash CommandsAirbyte Maintainers can execute the following slash commands on your PR:
Community SupportQuestions? Join the #pyairbyte channel in our Slack workspace. |
📝 WalkthroughWalkthroughThis PR updates the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
🧰 Additional context used🧠 Learnings (1)📚 Learning: 2024-10-10T16:17:57.989ZApplied to files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (6)
🔇 Additional comments (1)
Comment |
chore: Bump airbyte-cdk to 7.3.9
Summary
This PR updates the
airbyte-cdkdependency from version>=6.61.6,<7.0.0to>=7.3.9,<8.0.0. This is a major version bump from CDK 6.x to 7.x, which may include breaking changes according to semantic versioning.The update also brings in several transitive dependency changes:
jsonref:>=0.2,<0.3→>=1,<2(major version bump)whenever:>=0.6.16,<0.7.0→>=0.7.3,<0.9.0numpyversion constraint (was<2)Review & Testing Checklist for Human
Given this is a major version bump with potential breaking changes, please verify:
poe test) to catch any breaking changes from the CDK upgradeNotes
poe fix-and-check)Summary by CodeRabbit