chore: Update source-declarative-manifest to use python-connector-base 4.0.1-rc.1 (do not merge)#650
Closed
devin-ai-integration[bot] wants to merge 1 commit intomainfrom
Conversation
…e 4.0.1-rc.1 Updates the base image from python-connector-base:4.0.0 to 4.0.1-rc.1 which includes Python 3.11.13 security patches. This change targets the new base image created in PR #62864. Note: SHA256 hash will be added once the base image is published to DockerHub. Co-Authored-By: David Gold <32782137+dbgold17@users.noreply.github.com>
Contributor
Author
|
Original prompt from David Gold: |
Contributor
Author
🤖 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 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@devin/1752078577-update-source-declarative-manifest-base#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 devin/1752078577-update-source-declarative-manifest-baseHelpful ResourcesPR Slash CommandsAirbyte Maintainers can execute the following slash commands on your PR:
|
Contributor
Author
|
Closing due to inactivity for more than 7 days. Configure here. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
chore: Update source-declarative-manifest to use python-connector-base 4.0.1-rc.1 (do not merge)
Summary
Updates the
source-declarative-manifestDockerfile to use the newpython-connector-base:4.0.1-rc.1image that includes Python 3.11.13 security patches (upgrading from Python 3.11.11). This change targets the new base image created in airbytehq/airbyte#62864.Review & Testing Checklist for Human
Risk Level: 🟡 Yellow (2-3 items to verify)
docker.io/airbyte/python-connector-base:4.0.1-rc.1is available on DockerHub before mergingRecommended Test Plan:
Diagram
%%{ init : { "theme" : "default" }}%% graph TD A["airbyte/python-connector-base:4.0.0<br/>(Python 3.11.11)"]:::context B["airbyte/python-connector-base:4.0.1-rc.1<br/>(Python 3.11.13)"]:::context C["airbyte-python-cdk/Dockerfile"]:::major-edit D["airbyte/source-declarative-manifest"]:::context E["Manifest-only connectors<br/>(e.g., source-dockerhub)"]:::context A -->|"FROM (old)"| C B -->|"FROM (new)"| C C -->|"builds"| D D -->|"used by"| E subgraph Legend L1[Major Edit]:::major-edit L2[Minor Edit]:::minor-edit L3[Context/No Edit]:::context end classDef major-edit fill:#90EE90 classDef minor-edit fill:#ADD8E6 classDef context fill:#FFFFFFNotes
Session requested by: David Gold (David Gold (@dbgold17))
Link to Devin run: https://app.devin.ai/sessions/3bb24fb2e36948db948c39ecc75faba5