Skip to content

Commit

Permalink
bumped cdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
bazarnov committed May 27, 2022
1 parent 7a93057 commit cb6d7f9
Showing 1 changed file with 1 addition and 1 deletion.
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~=0.1.59", "pytz", "requests-futures~=1.0.0", "pendulum~=2.1.2"]
MAIN_REQUIREMENTS = ["airbyte-cdk~=0.1.60", "pytz", "requests-futures~=1.0.0", "pendulum~=2.1.2"]

TEST_REQUIREMENTS = ["pytest~=6.1", "pytest-mock~=3.6", "source-acceptance-test", "requests-mock==1.9.3"]

Expand Down

0 comments on commit cb6d7f9

Please sign in to comment.