Skip to content

Python CDK: remove "deprecated" package #37497

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file.
94 changes: 0 additions & 94 deletions airbyte-cdk/python/airbyte_cdk/sources/deprecated/base_source.py

This file was deleted.

99 changes: 0 additions & 99 deletions airbyte-cdk/python/airbyte_cdk/sources/deprecated/client.py

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
from setuptools import find_packages, setup

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