Skip to content

Commit 91312a4

Browse files
committed
Allow openai 0.4, update lock to use it
1 parent 5994a45 commit 91312a4

File tree

2 files changed

+74
-24
lines changed

2 files changed

+74
-24
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ grpc = ["grpcio>=1.48.2,<2"]
2828
opentelemetry = ["opentelemetry-api>=1.11.1,<2", "opentelemetry-sdk>=1.11.1,<2"]
2929
pydantic = ["pydantic>=2.0.0,<3"]
3030
openai-agents = [
31-
"openai-agents>=0.3,<0.4",
31+
"openai-agents>=0.3,<0.5",
3232
"mcp>=1.9.4, <2",
3333
]
3434

@@ -58,7 +58,7 @@ dev = [
5858
"pytest-cov>=6.1.1",
5959
"httpx>=0.28.1",
6060
"pytest-pretty>=1.3.0",
61-
"openai-agents>=0.3,<0.4; python_version >= '3.14'",
61+
"openai-agents>=0.3,<0.5; python_version >= '3.14'",
6262
"openai-agents[litellm]>=0.3,<0.4; python_version < '3.14'",
6363
"googleapis-common-protos==1.70.0",
6464
]

uv.lock

Lines changed: 72 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)