Skip to content

Commit 2df98b8

Browse files
chore: Update CDK to commit 4386a351 with PR feedback fixes
Updated CDK dependency to latest commit that addresses PR feedback: - Made fetch_one public (removed underscore prefix) - Fixed extractor/selector logic to handle single-object responses - Added test for single-object response pattern This commit includes the fixes from airbytehq/airbyte-python-cdk#846 Co-Authored-By: AJ Steers <aj@airbyte.io>
1 parent 16d5e80 commit 2df98b8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ airbyte-api = "^0.53.0"
2020
# TODO: Temporary pin to CDK PR until merged. Replace with a released version:
2121
# https://github.com/airbytehq/airbyte-python-cdk/pull/846
2222
# airbyte-cdk = ">=7.3.9,<8.0.0"
23-
airbyte-cdk = { git = "https://github.com/airbytehq/airbyte-python-cdk.git", rev = "38d13d30af02cc4a47d771e9cbba85791c1ea7bf" }
23+
airbyte-cdk = { git = "https://github.com/airbytehq/airbyte-python-cdk.git", rev = "4386a351" }
2424
airbyte-protocol-models-pdv2 = "^0.13.0"
2525
click = "^8.1.7"
2626
cryptography = ">=44.0.0,<45.0.0"

0 commit comments

Comments
 (0)