-
Notifications
You must be signed in to change notification settings - Fork 31
chore: update Manifest Server to use Python 3.13 #813
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
👋 Greetings, Airbyte Team Member!Here are some helpful tips and reminders for your convenience. Testing This CDK VersionYou can test this version of the CDK using the following: # Run the CLI from this branch:
uvx 'git+https://github.com/airbytehq/airbyte-python-cdk.git@dbgold17/update-manifest-server-to-python-3.13#egg=airbyte-python-cdk[dev]' --help
# Update a connector to use the CDK from this branch ref:
cd airbyte-integrations/connectors/source-example
poe use-cdk-branch dbgold17/update-manifest-server-to-python-3.13Helpful ResourcesPR Slash CommandsAirbyte Maintainers can execute the following slash commands on your PR:
|
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.
Pull Request Overview
This PR updates the Manifest Server's Docker base image from Python 3.12 to Python 3.13.9, following the removal of problematic CDK dependencies in previous work.
Key Changes
- Updated Python base image to version 3.13.9 with pinned digest for reproducible builds
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
📝 WalkthroughWalkthroughThe Dockerfile for the manifest_server base image was updated from Python 3.12 to Python 3.13.9 with an explicit sha256 digest for reproducible builds. All other build configuration steps remain functionally unchanged. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
Comment |
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.
![]()
After several PRs to remove problematic CDK dependencies, update the Manifest Server to use Python 3.13
resolves: https://github.com/airbytehq/airbyte-internal-issues/issues/14878
Testing
airbyte-platform-internalrepo. Then I built the platform withmake dev.up.ossand verified I could use the Connector Builder.Summary by CodeRabbit