diff --git a/CHANGELOG.md b/CHANGELOG.md index 29c5fed..ee260ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ This changelog documents the changes between release versions. ## [Unreleased] Changes to be included in the next upcoming release +## [0.0.43] - 2024-08-09 +* Support Python 3.10 & 3.11 types when introspecting + ## [0.0.42] - 2024-08-09 * Fix authorization diff --git a/README.md b/README.md index a19bb26..68681cb 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ With Hasura, you can integrate -- and even host -- this business logic directly You can handle custom business logic using the Python Lambda data connector. Using this connector, you can transform or enrich data before it reaches your customers, or perform any other business logic you may need. -You can then integrate these functions as individual commands in your metadata and reulsting API. +You can then integrate these functions as individual commands in your metadata and API. This process enables you to simplify client applications and speed up your backend development! ## Setting up the Python Lambda connector diff --git a/connector-definition/template/requirements.txt b/connector-definition/template/requirements.txt index 37172f1..3d93edd 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.28 +hasura-ndc==0.29 idna==3.7 importlib-metadata==7.0.0 opentelemetry-api==1.24.0