Skip to content

Commit a911462

Browse files
committed
fix windows deps
1 parent f3858f2 commit a911462

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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.4.18"
3+
version = "0.4.19"
44
description = "Define, Prompt and Test MCP enabled Agents and Workflows"
55
readme = "README.md"
66
license = { file = "LICENSE" }
@@ -40,7 +40,7 @@ dependencies = [
4040
"python-frontmatter>=1.1.0",
4141
"agent-client-protocol>=0.7.0",
4242
"tiktoken>=0.12.0",
43-
"uvloop>=0.22.1",
43+
"uvloop>=0.22.1; platform_system != 'Windows'",
4444
]
4545

4646
[project.optional-dependencies]

uv.lock

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

0 commit comments

Comments
 (0)