Skip to content

Commit 35ef51d

Browse files
openai-agents version should be greater or equal to 0.0.7 (#978)
Co-authored-by: Alex Hall <[email protected]>
1 parent 7354203 commit 35ef51d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ dev = [
171171
"botocore >= 1.31.57",
172172
"greenlet >= 3.1.1",
173173
"pytest-xdist>=3.6.1",
174-
"openai-agents[voice]>=0.0.2 ; python_full_version >= '3.9'",
174+
"openai-agents[voice]>=0.0.7 ; python_full_version >= '3.9'",
175175
"pydantic-ai-slim>=0.0.39 ; python_full_version >= '3.9'",
176176
]
177177
docs = [

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)