Skip to content

Commit

Permalink
SAT: Bump airbyte-cdk~=0.2.0 (#18174)
Browse files Browse the repository at this point in the history
Signed-off-by: Sergey Chvalyuk <[email protected]>
  • Loading branch information
grubberr authored Oct 19, 2022
1 parent 3d70fd0 commit c9f79e6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.2.10
Bump `airbyte-cdk~=0.2.0`

## 0.2.9
Update tests after protocol change making `supported_sync_modes` a required property of `AirbyteStream` [#15591](https://github.com/airbytehq/airbyte/pull/15591/)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ COPY pytest.ini setup.py ./
COPY source_acceptance_test ./source_acceptance_test
RUN pip install .

LABEL io.airbyte.version=0.2.9
LABEL io.airbyte.version=0.2.10
LABEL io.airbyte.name=airbyte/source-acceptance-test

ENTRYPOINT ["python", "-m", "pytest", "-p", "source_acceptance_test.plugin", "-r", "fEsx"]
2 changes: 1 addition & 1 deletion airbyte-integrations/bases/source-acceptance-test/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import setuptools

MAIN_REQUIREMENTS = [
"airbyte-cdk~=0.1.104",
"airbyte-cdk~=0.2.0",
"docker~=5.0.3",
"PyYAML~=5.4",
"icdiff~=1.9",
Expand Down

0 comments on commit c9f79e6

Please sign in to comment.