Skip to content

Commit

Permalink
Updating CDK version following release (#6299)
Browse files Browse the repository at this point in the history
Co-authored-by: maxi297 <maxi297@users.noreply.github.com>
Co-authored-by: maxi297 <maxime@airbyte.io>
Co-authored-by: Joe Reuter <joe@airbyte.io>
  • Loading branch information
4 people committed May 2, 2023
1 parent 871f40e commit 4e7b727
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion airbyte-connector-atelier-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN yum update -y && \

# Set up CDK requirements
ARG PYTHON_VERSION=3.9.11
ARG CDK_VERSION=0.36.1
ARG CDK_VERSION=0.36.2
# Set up python
RUN git clone https://github.com/pyenv/pyenv.git ~/.pyenv
ENV PYENV_ROOT /root/.pyenv
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,6 @@ components:
slice_descriptor:
type: object
description: "An object describing the current slice. This can be omitted if a stream slicer is not configured."
properties:
startDatetime:
type: string
format: date-time
listItem:
type: string
state:
type: object
description: The STATE AirbyteMessage emitted at the end of this slice. This can be omitted if a stream slicer is not configured.
Expand Down
2 changes: 1 addition & 1 deletion airbyte-connector-builder-resources/CDK_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.36.1
0.36.2
2 changes: 1 addition & 1 deletion airbyte-connector-builder-server/requirements-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --extra=tests --output-file=requirements-tests.txt
#
airbyte-cdk==0.36.1
airbyte-cdk==0.36.2
# via connector-builder-server (setup.py)
airbyte-protocol-models==0.3.6
# via airbyte-cdk
Expand Down
2 changes: 1 addition & 1 deletion airbyte-connector-builder-server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile
#
airbyte-cdk==0.36.1
airbyte-cdk==0.36.2
# via connector-builder-server (setup.py)
airbyte-protocol-models==0.3.6
# via airbyte-cdk
Expand Down

0 comments on commit 4e7b727

Please sign in to comment.