We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11d96a5 commit adf444fCopy full SHA for adf444f
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "promptql-api-sdk"
3
-version = "0.1.0"
+version = "0.1.1"
4
description = "Python SDK for PromptQL Natural Language API"
5
authors = [
6
{name = "Hasura Team", email = "info@hasura.io"}
@@ -27,10 +27,8 @@ dependencies = [
27
]
28
29
[project.urls]
30
-homepage = "https://hasura.io/docs/promptql/promptql-apis/"
31
repository = "https://github.com/hasura/promptql-python-sdk"
32
-documentation = "https://hasura.io/docs/promptql/promptql-apis/"
33
-
+documentation = "https://hasura.io/docs/promptql/promptql-apis/natural-language-api/"
34
35
[build-system]
36
requires = ["poetry-core>=2.0.0,<3.0.0"]
0 commit comments