Skip to content

Commit d3b5190

Browse files
authored
Merge branch 'main' into mwbrooks-rename-helpdesk-to-support
2 parents 8946e4b + cb2051a commit d3b5190

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

claude-agent-sdk/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ dependencies = [
66
"slack-sdk==3.41.0",
77
"slack-bolt>=1.28.0",
88
"slack-cli-hooks<1.0.0",
9-
"claude-agent-sdk>=0.1.36",
10-
"aiohttp>=3.13.3",
9+
"claude-agent-sdk>=0.1.61",
10+
"aiohttp>=3.13.5",
1111
"python-dotenv==1.2.2",
1212
]
1313

@@ -18,7 +18,7 @@ test = [
1818
]
1919
dev = [
2020
"bolt-python-support-agent-claude[test]",
21-
"ruff==0.15.10",
21+
"ruff==0.15.11",
2222
]
2323

2424
[tool.setuptools.packages.find]

openai-agents-sdk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ test = [
1616
]
1717
dev = [
1818
"bolt-python-support-agent-openai-agentkit[test]",
19-
"ruff==0.15.10",
19+
"ruff==0.15.11",
2020
]
2121

2222
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)