Skip to content

Commit

Permalink
Updating CDK version following release (#12030)
Browse files Browse the repository at this point in the history
Co-authored-by: pnilan <[email protected]>
  • Loading branch information
octavia-squidington-iii and pnilan committed Apr 19, 2024
1 parent 9cc98f5 commit b9ac25f
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 8 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.79.1
0.83.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.79.1
ARG CDK_VERSION=0.83.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.79.1
airbyte-cdk==0.83.0
37 changes: 32 additions & 5 deletions airbyte-connector-builder-server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# pip-compile
#
airbyte-cdk==0.79.1
airbyte-cdk==0.83.0
# via -r requirements.in
airbyte-protocol-models==0.5.1
airbyte-protocol-models==0.9.0
# via airbyte-cdk
attrs==23.2.0
# via
Expand All @@ -23,36 +23,58 @@ cattrs==23.2.3
# via requests-cache
certifi==2024.2.2
# via requests
cffi==1.16.0
# via cryptography
charset-normalizer==3.3.2
# via requests
cryptography==42.0.5
# via airbyte-cdk
deprecated==1.2.14
# via airbyte-cdk
dpath==2.0.8
# via airbyte-cdk
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via cattrs
genson==1.2.2
# via airbyte-cdk
idna==3.6
idna==3.7
# via requests
isodate==0.6.1
# via airbyte-cdk
jinja2==3.1.3
# via airbyte-cdk
jsonpatch==1.33
# via langchain-core
jsonpointer==2.4
# via jsonpatch
jsonref==0.2
# via airbyte-cdk
jsonschema==3.2.0
# via airbyte-cdk
langchain-core==0.1.42
# via airbyte-cdk
langsmith==0.1.49
# via langchain-core
markupsafe==2.1.5
# via jinja2
orjson==3.10.1
# via langsmith
packaging==23.2
# via langchain-core
pendulum==2.1.2
# via airbyte-cdk
platformdirs==4.2.0
# via requests-cache
pycparser==2.22
# via cffi
pydantic==1.10.15
# via
# airbyte-cdk
# airbyte-protocol-models
# langchain-core
# langsmith
pyjwt==2.8.0
# via airbyte-cdk
pyrate-limiter==3.1.1
# via airbyte-cdk
pyrsistent==0.20.0
Expand All @@ -64,10 +86,13 @@ python-dateutil==2.9.0.post0
pytzdata==2020.1
# via pendulum
pyyaml==6.0.1
# via airbyte-cdk
# via
# airbyte-cdk
# langchain-core
requests==2.31.0
# via
# airbyte-cdk
# langsmith
# requests-cache
requests-cache==1.2.0
# via airbyte-cdk
Expand All @@ -77,6 +102,8 @@ six==1.16.0
# jsonschema
# python-dateutil
# url-normalize
tenacity==8.2.3
# via langchain-core
typing-extensions==4.11.0
# via
# cattrs
Expand Down

0 comments on commit b9ac25f

Please sign in to comment.