Skip to content

Commit 2b8f5a2

Browse files
committed
hf hub dep to 1.11.0
1 parent 15c9f0b commit 2b8f5a2

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

publish/hf-inference-acp/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ classifiers = [
1919
requires-python = ">=3.13.5,<3.15"
2020
dependencies = [
2121
"fast-agent-mcp==0.6.10",
22-
"huggingface_hub==1.9.0",
22+
"huggingface_hub>=1.11.0",
2323
]
2424

2525
[project.urls]

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fast-agent-mcp"
3-
version = "0.6.20"
3+
version = "0.6.21"
44
description = "Define, Prompt and Test MCP enabled Agents and Workflows"
55
readme = "README.md"
66
license = { file = "LICENSE" }
@@ -46,7 +46,7 @@ dependencies = [
4646
"uvloop==0.22.1; platform_system != 'Windows'",
4747
"multilspy==0.0.15",
4848
"ruamel.yaml==0.19.1",
49-
"huggingface_hub==1.9.0",
49+
"huggingface_hub==1.11.0",
5050
"mslex==1.3.0",
5151
]
5252

uv.lock

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

0 commit comments

Comments
 (0)