diff --git a/CHANGELOG.md b/CHANGELOG.md index a66f8dc..6ee4edd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ This changelog documents the changes between release versions. ## [Unreleased] Changes to be included in the next upcoming release +## [0.1.3] - 2024-12-05 +* Update the Python SDK + * Fix nullable responses + * Fix type response name generation + * Add docstrings to function descriptions + ## [0.1.2] - 2024-12-03 * Update the Python SDK * Fix Nullable Pydantic Type casting diff --git a/connector-definition/template/requirements.txt b/connector-definition/template/requirements.txt index 0d7bc57..560df5f 100644 --- a/connector-definition/template/requirements.txt +++ b/connector-definition/template/requirements.txt @@ -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.35 +hasura-ndc==0.36 idna==3.7 importlib-metadata==7.0.0 opentelemetry-api==1.24.0