We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6df477d commit 455f4ecCopy full SHA for 455f4ec
CHANGELOG.md
@@ -4,6 +4,12 @@ This changelog documents the changes between release versions.
4
## [Unreleased]
5
Changes to be included in the next upcoming release
6
7
+## [0.1.3] - 2024-12-05
8
+* Update the Python SDK
9
+ * Fix nullable responses
10
+ * Fix type response name generation
11
+ * Add docstrings to function descriptions
12
+
13
## [0.1.2] - 2024-12-03
14
* Update the Python SDK
15
* Fix Nullable Pydantic Type casting
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
0 commit comments