Skip to content

Commit

Permalink
update to add support for 3.10 and 3.11 types introspection
Browse files Browse the repository at this point in the history
  • Loading branch information
TristenHarr committed Aug 16, 2024
1 parent 6778db6 commit fdc2485
Show file tree
Hide file tree
Showing 3 changed files with 5 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.43] - 2024-08-09
* Support Python 3.10 & 3.11 types when introspecting

## [0.0.42] - 2024-08-09
* Fix authorization

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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.28
hasura-ndc==0.29
idna==3.7
importlib-metadata==7.0.0
opentelemetry-api==1.24.0
Expand Down

0 comments on commit fdc2485

Please sign in to comment.