Skip to content

Commit 46c648d

Browse files
committed
updated dependencies
1 parent e8e0b7d commit 46c648d

File tree

2 files changed

+59
-2
lines changed

2 files changed

+59
-2
lines changed

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "chuk-tool-processor"
7-
version = "0.6.1"
7+
version = "0.6.2"
88
description = "Async-native framework for registering, discovering, and executing tools referenced in LLM responses"
99
readme = "README.md"
1010
requires-python = ">=3.11"
@@ -40,6 +40,12 @@ classifiers = [
4040
"Framework :: AsyncIO",
4141
"Typing :: Typed",
4242
]
43+
dependencies = [
44+
"chuk-mcp>=0.5",
45+
"dotenv>=0.9.9",
46+
"pydantic>=2.11.3",
47+
"uuid>=1.30",
48+
]
4349

4450
# Tell setuptools to look in src/ for your a2a package
4551
[tool.setuptools.packages.find]

uv.lock

Lines changed: 52 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)