Skip to content

Commit

Permalink
chore: bound cdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
am6010 committed Sep 26, 2024
1 parent f2dd594 commit cbed99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-shopify/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from setuptools import find_packages, setup

MAIN_REQUIREMENTS = ["airbyte-cdk", "sgqlc~=16.0"]
MAIN_REQUIREMENTS = ["airbyte-cdk==0.67", "sgqlc~=16.0"]

TEST_REQUIREMENTS = [
"pytest",
Expand Down

0 comments on commit cbed99e

Please sign in to comment.