Skip to content

Commit ec78f59

Browse files
chore: update CDK version following release (#16683)
Co-authored-by: ChristoGrab <[email protected]>
1 parent ecf5a82 commit ec78f59

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.56.7
1+
6.57.0

airbyte-connector-builder-server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG JAVA_PYTHON_BASE_IMAGE_VERSION=2.2.6
22
FROM airbyte/airbyte-base-java-python-image:${JAVA_PYTHON_BASE_IMAGE_VERSION} AS connector-builder-server
33

44
# Set up CDK requirements
5-
ARG CDK_VERSION=6.56.7
5+
ARG CDK_VERSION=6.57.0
66
ENV CDK_PYTHON=${PYENV_ROOT}/versions/${PYTHON_VERSION}/bin/python
77
ENV CDK_ENTRYPOINT ${PYENV_ROOT}/versions/${PYTHON_VERSION}/lib/python3.10/site-packages/airbyte_cdk/connector_builder/main.py
88
# Set up CDK
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
airbyte-cdk==6.56.7
1+
airbyte-cdk==6.57.0
22
certifi==2025.01.31

airbyte-connector-builder-server/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
#
55
# pip-compile
66
#
7-
airbyte-cdk==6.56.7
7+
airbyte-cdk==6.57.0
88
# via -r requirements.in
99
airbyte-protocol-models-dataclasses==0.17.1
1010
# via airbyte-cdk
1111
annotated-types==0.7.0
1212
# via pydantic
13-
anyascii==0.3.2
13+
anyascii==0.3.3
1414
# via airbyte-cdk
1515
anyio==4.9.0
1616
# via httpx

0 commit comments

Comments
 (0)