Skip to content

Commit e766ba3

Browse files
authored
Python CDK: remove "deprecated" package (#37497)
1 parent 3da2fd3 commit e766ba3

File tree

4 files changed

+2
-194
lines changed

4 files changed

+2
-194
lines changed

airbyte-cdk/python/airbyte_cdk/sources/deprecated/__init__.py

Whitespace-only changes.

airbyte-cdk/python/airbyte_cdk/sources/deprecated/base_source.py

-94
This file was deleted.

airbyte-cdk/python/airbyte_cdk/sources/deprecated/client.py

-99
This file was deleted.

airbyte-integrations/connectors/source-google-directory/setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
from setuptools import find_packages, setup
77

88
MAIN_REQUIREMENTS = [
9-
"airbyte-cdk~=0.1",
9+
# Lastest working version was 0.42.0. May work up to 0.84 where from airbyte_cdk.sources.deprecated is removed
10+
"airbyte-cdk~=0.1, <0.84",
1011
"google-api-python-client==1.12.8",
1112
"google-auth-httplib2==0.0.4",
1213
"google-auth-oauthlib==0.4.2",

0 commit comments

Comments
 (0)