Skip to content

Commit 776eb24

Browse files
committed
using latest version of chuk mcp
1 parent a50747c commit 776eb24

File tree

2 files changed

+718
-656
lines changed

2 files changed

+718
-656
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
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.22"
7+
version = "0.6.24"
88
description = "Async-native framework for registering, discovering, and executing tools referenced in LLM responses"
99
readme = "README.md"
1010
requires-python = ">=3.11"
@@ -41,7 +41,7 @@ classifiers = [
4141
"Typing :: Typed",
4242
]
4343
dependencies = [
44-
"chuk-mcp>=0.5.4",
44+
"chuk-mcp>=0.6",
4545
"dotenv>=0.9.9",
4646
"psutil>=7.0.0",
4747
"pydantic>=2.11.3",
@@ -73,6 +73,7 @@ dev = [
7373
"langchain>=0.3.25",
7474
"ruff>=0.7.1",
7575
"mypy>=1.13.0",
76+
"bandit>=1.7.0",
7677
"pre-commit>=3.8.0",
7778
"coverage[toml]>=7.6.0",
7879
]

0 commit comments

Comments
 (0)