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 a50747c commit 776eb24Copy full SHA for 776eb24
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "chuk-tool-processor"
7
-version = "0.6.22"
+version = "0.6.24"
8
description = "Async-native framework for registering, discovering, and executing tools referenced in LLM responses"
9
readme = "README.md"
10
requires-python = ">=3.11"
@@ -41,7 +41,7 @@ classifiers = [
41
"Typing :: Typed",
42
]
43
dependencies = [
44
- "chuk-mcp>=0.5.4",
+ "chuk-mcp>=0.6",
45
"dotenv>=0.9.9",
46
"psutil>=7.0.0",
47
"pydantic>=2.11.3",
@@ -73,6 +73,7 @@ dev = [
73
"langchain>=0.3.25",
74
"ruff>=0.7.1",
75
"mypy>=1.13.0",
76
+ "bandit>=1.7.0",
77
"pre-commit>=3.8.0",
78
"coverage[toml]>=7.6.0",
79
0 commit comments