We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8946e4b + cb2051a commit d3b5190Copy full SHA for d3b5190
2 files changed
claude-agent-sdk/pyproject.toml
@@ -6,8 +6,8 @@ dependencies = [
6
"slack-sdk==3.41.0",
7
"slack-bolt>=1.28.0",
8
"slack-cli-hooks<1.0.0",
9
- "claude-agent-sdk>=0.1.36",
10
- "aiohttp>=3.13.3",
+ "claude-agent-sdk>=0.1.61",
+ "aiohttp>=3.13.5",
11
"python-dotenv==1.2.2",
12
]
13
@@ -18,7 +18,7 @@ test = [
18
19
dev = [
20
"bolt-python-support-agent-claude[test]",
21
- "ruff==0.15.10",
+ "ruff==0.15.11",
22
23
24
[tool.setuptools.packages.find]
openai-agents-sdk/pyproject.toml
@@ -16,7 +16,7 @@ test = [
16
17
"bolt-python-support-agent-openai-agentkit[test]",
0 commit comments