Skip to content

Commit fdc2485

Browse files
author
Tristen Harr
committed
update to add support for 3.10 and 3.11 types introspection
1 parent 6778db6 commit fdc2485

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ This changelog documents the changes between release versions.
44
## [Unreleased]
55
Changes to be included in the next upcoming release
66

7+
## [0.0.43] - 2024-08-09
8+
* Support Python 3.10 & 3.11 types when introspecting
9+
710
## [0.0.42] - 2024-08-09
811
* Fix authorization
912

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ With Hasura, you can integrate -- and even host -- this business logic directly
66

77
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.
88

9-
You can then integrate these functions as individual commands in your metadata and reulsting API.
9+
You can then integrate these functions as individual commands in your metadata and API.
1010
This process enables you to simplify client applications and speed up your backend development!
1111

1212
## Setting up the Python Lambda connector

connector-definition/template/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fastapi==0.110.2
99
googleapis-common-protos==1.63.0
1010
grpcio==1.62.2
1111
h11==0.14.0
12-
hasura-ndc==0.28
12+
hasura-ndc==0.29
1313
idna==3.7
1414
importlib-metadata==7.0.0
1515
opentelemetry-api==1.24.0

0 commit comments

Comments
 (0)