Skip to content

Commit

Permalink
update sdk & dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
TristenHarr committed Jul 18, 2024
1 parent 1b0e251 commit 4678b62
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ This changelog documents the changes between release versions.
## [Unreleased]
Changes to be included in the next upcoming release

## [0.0.27] - 2024-07-18
Update SDK and fix Dockerfile

## [0.0.26] - 2024-07-18
Update Dockerfile and entrypoint script

Expand Down
3 changes: 2 additions & 1 deletion connector-definition/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ FROM ghcr.io/hasura/ndc-python-lambda:v{{VERSION}}
COPY requirements.txt /functions/

WORKDIR /functions
RUN --mount=type=cache,target=/root/.cache/pip \
RUN python3 -m venv venv && \
. venv/bin/activate && \
pip install -r requirements.txt

COPY ./ /functions
2 changes: 1 addition & 1 deletion connector-definition/template/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fastapi==0.110.2
googleapis-common-protos==1.63.0
grpcio==1.62.2
h11==0.14.0
hasura-ndc==0.16
hasura-ndc==0.17
idna==3.7
importlib-metadata==7.0.0
opentelemetry-api==1.24.0
Expand Down

0 comments on commit 4678b62

Please sign in to comment.