Skip to content

Commit d3ec24d

Browse files
authored
Merge branch 'main' into mwbrooks-output-install-url
2 parents 09d75eb + bbb44b5 commit d3ec24d

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

claude-agent-sdk/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ aiohttp>=3.13.3
66
python-dotenv==1.2.2
77

88
pytest
9-
ruff==0.15.10
9+
ruff==0.15.11

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.10
8+
ruff==0.15.11

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.10",
19+
"ruff==0.15.11",
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.10
8+
ruff==0.15.11

0 commit comments

Comments
 (0)