8000 Update pyproject.toml · strands-agents/sdk-python@b79d449 · GitHub
[go: up one dir, main page]

Skip to content

Commit b79d449

Browse files
Update pyproject.toml
1 parent ebf20fe commit b79d449

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,12 @@ ollama = [
7575
llamaapi = [
7676
"llama-api-client>=0.1.0,<1.0.0",
7777
]
78+
vllm = [
79+
"vllm>=0.85",
80+
]
7881

7982
[tool.hatch.envs.hatch-static-analysis]
80-
features = ["anthropic", "litellm", "llamaapi", "ollama"]
83+
features = ["anthropic", "litellm", "llamaapi", "ollama","vllm"]
8184
dependencies = [
8285
"mypy>=1.15.0,<2.0.0",
8386
"ruff>=0.11.6,<0.12.0",

0 commit comments

Comments
 (0)
0