Skip to content

Commit

Permalink
Updating CDK version following release (#8434)
Browse files Browse the repository at this point in the history
Co-authored-by: flash1293 <[email protected]>
  • Loading branch information
octavia-squidington-iii and flash1293 committed Aug 21, 2023
1 parent 5c0c404 commit 7143bc5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.51.1
0.51.2
2 changes: 1 addition & 1 deletion airbyte-connector-builder-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG BASE_IMAGE=airbyte/airbyte-base-java-python-image:1.0
FROM ${BASE_IMAGE} AS connector-builder-server

# Set up CDK requirements
ARG CDK_VERSION=0.51.1
ARG CDK_VERSION=0.51.2
ENV CDK_PYTHON=${PYENV_ROOT}/versions/${PYTHON_VERSION}/bin/python
ENV CDK_ENTRYPOINT ${PYENV_ROOT}/versions/${PYTHON_VERSION}/lib/python3.9/site-packages/airbyte_cdk/connector_builder/main.py
# Set up CDK
Expand Down
2 changes: 1 addition & 1 deletion airbyte-connector-builder-server/requirements.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
airbyte-cdk==0.51.1
airbyte-cdk==0.51.2
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.51.1
airbyte-cdk==0.51.2
# via -r requirements.in
airbyte-protocol-models==0.4.0
# via airbyte-cdk
Expand Down

0 comments on commit 7143bc5

Please sign in to comment.