Skip to content

Commit a4ba95f

Browse files
committed
chore: bump version to 1.3.1 and update project metadata in pyproject.toml
1 parent 979989f commit a4ba95f

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

pyproject.toml

+13-6
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,21 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "toolhouse"
9-
version = "1.3.0"
9+
version = "1.3.1"
1010
license = {file = "LICENSE"}
1111
authors = [
1212
{ name = "Toolhouse Technologies", email = "[email protected]" },
1313
]
14-
description = "The official Python SDK for Toolhouse API"
15-
readme = "README.md"
14+
description = "The official Python SDK for the Toolhouse API"
15+
readme = {file = "README.md", content-type = "text/markdown"}
1616
dependencies = [
1717
"requests",
1818
"http-exceptions",
1919
"openai",
2020
"anthropic",
2121
"groq",
22-
"llama-index"
22+
"llama-index",
23+
"python-dotenv>=1.0.1",
2324
]
2425
requires-python = ">=3.8"
2526
classifiers = [
@@ -38,13 +39,19 @@ classifiers = [
3839
"Topic :: Software Development :: Libraries :: Python Modules",
3940
"License :: OSI Approved :: Apache Software License"
4041
]
41-
42+
keywords = ["toolhouse", "ai", "llm", "sdk"]
43+
maintainers = [
44+
{ name = "Toolhouse Technologies", email = "[email protected]" },
45+
]
4246
[project.urls]
4347
Homepage = "https://toolhouse.ai"
4448
Repository = "https://github.com/toolhouseai/toolhouse-sdk-python"
49+
Documentation = "https://docs.toolhouse.ai"
50+
"Bug Tracker" = "https://github.com/toolhouseai/toolhouse-sdk-python/issues"
51+
"Release Notes" = "https://github.com/toolhouseai/toolhouse-sdk-python/releases"
4552

4653
[project.optional-dependencies]
4754
test = [
4855
"pytest",
4956
"responses"
50-
]
57+
]

0 commit comments

Comments
 (0)