Skip to content

Commit 85ef7d8

Browse files
authored
Merge branch 'main' into mwbrooks-claude-agent-sdk
2 parents 36b6c1c + cd4aeef commit 85ef7d8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

openai-agents-sdk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies = [
1313
[project.optional-dependencies]
1414
dev = [
1515
"pytest",
16-
"ruff==0.14.7",
16+
"ruff==0.15.1",
1717
]
1818

1919
[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.1
66

77
pytest
8-
ruff==0.14.7
8+
ruff==0.15.1

0 commit comments

Comments
 (0)