Skip to content

Commit

Permalink
Updating CDK version following release (#12192)
Browse files Browse the repository at this point in the history
Co-authored-by: girarda <[email protected]>
  • Loading branch information
octavia-squidington-iii and girarda committed Apr 25, 2024
1 parent 1aa0dc7 commit 9211d3a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.83.0
0.85.0
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.0
FROM airbyte/airbyte-base-java-python-image:${JAVA_PYTHON_BASE_IMAGE_VERSION} AS connector-builder-server

# Set up CDK requirements
ARG CDK_VERSION=0.83.0
ARG CDK_VERSION=0.85.0
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.83.0
airbyte-cdk==0.85.0
6 changes: 3 additions & 3 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==0.83.0
airbyte-cdk==0.85.0
# via -r requirements.in
airbyte-protocol-models==0.9.0
# via airbyte-cdk
Expand Down Expand Up @@ -53,7 +53,7 @@ jsonschema==3.2.0
# via airbyte-cdk
langchain-core==0.1.42
# via airbyte-cdk
langsmith==0.1.49
langsmith==0.1.50
# via langchain-core
markupsafe==2.1.5
# via jinja2
Expand All @@ -63,7 +63,7 @@ packaging==23.2
# via langchain-core
pendulum==2.1.2
# via airbyte-cdk
platformdirs==4.2.0
platformdirs==4.2.1
# via requests-cache
pycparser==2.22
# via cffi
Expand Down

0 comments on commit 9211d3a

Please sign in to comment.