Skip to content

Commit

Permalink
Merge pull request #43 from hash-data/fix/fb_sdk
Browse files Browse the repository at this point in the history
fix: version of airbyte sdk
  • Loading branch information
piyushdatazip authored Mar 15, 2024
2 parents a65efb2 + b3ee3e2 commit ff508bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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~=0.36",
"airbyte-cdk==0.36",
"cached_property==1.5.2",
"facebook_business==17.0.0",
"pendulum>=2,<3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ COPY main.py ./
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]

LABEL io.airbyte.version=0.2.23
LABEL io.airbyte.name=airbyte/source-google-ads
LABEL io.airbyte.name=airbyte/source-google-ads

0 comments on commit ff508bf

Please sign in to comment.