Skip to content

Commit cc7ca13

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/checkout-7
2 parents 253ed92 + fb95c81 commit cc7ca13

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

claude-agent-sdk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ test = [
1818
]
1919
dev = [
2020
"bolt-python-support-agent-claude[test]",
21-
"ruff==0.15.17",
21+
"ruff==0.15.18",
2222
]
2323

2424
[tool.setuptools.packages.find]

claude-agent-sdk/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
slack-sdk==3.42.0
22
slack-bolt>=1.28.0
33
slack-cli-hooks<1.0.0
4-
claude-agent-sdk>=0.2.99
4+
claude-agent-sdk>=0.2.105
55
aiohttp>=3.14.1
66
python-dotenv==1.2.2
77

88
pytest
9-
ruff==0.15.17
9+
ruff==0.15.18

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.17",
19+
"ruff==0.15.18",
2020
]
2121

2222
[tool.setuptools.packages.find]

openai-agents-sdk/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ openai-agents
55
python-dotenv==1.2.2
66

77
pytest
8-
ruff==0.15.17
8+
ruff==0.15.18

pydantic-ai/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-pydantic[test]",
19-
"ruff==0.15.17",
19+
"ruff==0.15.18",
2020
]
2121

2222
[tool.setuptools.packages.find]

pydantic-ai/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ pydantic-ai[openai,anthropic]
55
python-dotenv==1.2.2
66

77
pytest
8-
ruff==0.15.17
8+
ruff==0.15.18

0 commit comments

Comments
 (0)