Skip to content

Commit

Permalink
freeze the version of airbyte-cdk since Stream.check_availability is …
Browse files Browse the repository at this point in the history
…removed in 3.7
  • Loading branch information
Rohit Chatterjee committed Dec 12, 2024
1 parent ea0592e commit 4aad552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-commcare/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from setuptools import find_packages, setup

MAIN_REQUIREMENTS = [
"airbyte-cdk",
"airbyte-cdk~=3.6.0",
"bigquery_schema_generator~=1.5",
"gbqschema_converter~=1.2.0",
"flatten_json~=0.1.13",
Expand Down

0 comments on commit 4aad552

Please sign in to comment.