Skip to content

Commit

Permalink
Updating CDK version following release (#5959)
Browse files Browse the repository at this point in the history
Co-authored-by: girarda <girarda@users.noreply.github.com>
  • Loading branch information
octavia-squidington-iii and girarda committed Apr 17, 2023
1 parent 666f9ff commit 8d91da2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.34.3
ARG CDK_VERSION=0.35.0
# Set up python
RUN git clone https://github.com/pyenv/pyenv.git ~/.pyenv
ENV PYENV_ROOT /root/.pyenv
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.34.3
0.35.0
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.34.3
airbyte-cdk==0.35.0
# via connector-builder-server (setup.py)
airbyte-protocol-models==1.0.0
# 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.34.3
airbyte-cdk==0.35.0
# via connector-builder-server (setup.py)
airbyte-protocol-models==1.0.0
# via airbyte-cdk
Expand Down

0 comments on commit 8d91da2

Please sign in to comment.