From 4aad552de331fb19037ecdef285a72c90acc52bf Mon Sep 17 00:00:00 2001 From: Rohit Chatterjee Date: Thu, 12 Dec 2024 20:06:41 +0530 Subject: [PATCH] freeze the version of airbyte-cdk since Stream.check_availability is removed in 3.7 --- airbyte-integrations/connectors/source-commcare/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airbyte-integrations/connectors/source-commcare/setup.py b/airbyte-integrations/connectors/source-commcare/setup.py index 44ba9e72640a..80be83ee08d0 100644 --- a/airbyte-integrations/connectors/source-commcare/setup.py +++ b/airbyte-integrations/connectors/source-commcare/setup.py @@ -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",