Skip to content

Commit b952f83

Browse files
pin macos askui agent os to 26.4.1
1 parent 9269bc9 commit b952f83

2 files changed

Lines changed: 25 additions & 28 deletions

File tree

pdm.lock

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

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ authors = [
55
{name = "askui GmbH", email = "info@askui.com"},
66
]
77
dependencies = [
8-
"askui-agent-os>=26.1.1",
8+
'askui-agent-os>=26.4.1; sys_platform == "darwin"',
9+
'askui-agent-os>=26.5.1; sys_platform != "darwin"',
910
"anthropic>=0.86.0",
1011
"fastapi>=0.115.12",
1112
"fastmcp>=2.3.0",

0 commit comments

Comments
 (0)