Skip to content

Commit

Permalink
chore: update CDK version following release (#13159)
Browse files Browse the repository at this point in the history
Co-authored-by: lazebnyi <[email protected]>
  • Loading branch information
octavia-squidington-iii and lazebnyi committed Jul 18, 2024
1 parent 5dd3643 commit 38522c5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 @@
3.7.0
3.8.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 JAVA_PYTHON_BASE_IMAGE_VERSION=2.1.3
FROM airbyte/airbyte-base-java-python-image:${JAVA_PYTHON_BASE_IMAGE_VERSION} AS connector-builder-server

# Set up CDK requirements
ARG CDK_VERSION=3.7.0
ARG CDK_VERSION=3.8.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==3.7.0
airbyte-cdk==3.8.2
4 changes: 2 additions & 2 deletions 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==3.7.0
airbyte-cdk==3.8.2
# via -r requirements.in
airbyte-protocol-models-pdv2==0.12.2
# via airbyte-cdk
Expand Down Expand Up @@ -55,7 +55,7 @@ jsonschema==3.2.0
# via airbyte-cdk
langchain-core==0.1.42
# via airbyte-cdk
langsmith==0.1.88
langsmith==0.1.90
# via langchain-core
markupsafe==2.1.5
# via jinja2
Expand Down

0 comments on commit 38522c5

Please sign in to comment.