1
0
mirror of synced 2025-12-30 03:02:21 -05:00

Update Python Source connectors to use the latest airbyte-cdk minor version (#18261)

* update all connectors currently only adhering to patch versions to pull latest minor version

* also add greenhouse

* fix scaffolds
This commit is contained in:
Brian Lai
2022-10-20 16:06:02 -04:00
committed by GitHub
parent 48a6c56a2a
commit 3521802545
31 changed files with 31 additions and 31 deletions

View File

@@ -6,7 +6,7 @@
from setuptools import find_packages, setup
MAIN_REQUIREMENTS = [
"airbyte-cdk~=0.1.56",
"airbyte-cdk~=0.2",
]
TEST_REQUIREMENTS = [