Skip to content

Commit ff8fe70

Browse files
chore: Temporarily pin CDK to PR #846 branch for fetch_record support
Co-Authored-By: AJ Steers <aj@airbyte.io>
1 parent 4328f5f commit ff8fe70

File tree

2 files changed

+42
-172
lines changed

2 files changed

+42
-172
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ enable = true
1717
python = ">=3.10,<3.13"
1818

1919
airbyte-api = "^0.53.0"
20-
airbyte-cdk = ">=7.3.9,<8.0.0"
20+
# TODO: Temporary pin to CDK PR until merged. Replace with a released version:
21+
# https://github.com/airbytehq/airbyte-python-cdk/pull/846
22+
# airbyte-cdk = ">=7.3.9,<8.0.0"
23+
airbyte-cdk = { git = "https://github.com/airbytehq/airbyte-python-cdk.git", rev = "38d13d30af02cc4a47d771e9cbba85791c1ea7bf" }
2124
airbyte-protocol-models-pdv2 = "^0.13.0"
2225
click = "^8.1.7"
2326
cryptography = ">=44.0.0,<45.0.0"

0 commit comments

Comments
 (0)