chore: update Manifest Server to use Python 3.13#813
chore: update Manifest Server to use Python 3.13#813David Gold (dbgold17) merged 1 commit intomainfrom
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.
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 |
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