Skip to content

Commit e3698fa

Browse files
committed
chore: bump openai-agents to 0.19.0 and openai to 2.48.0
openai-agents 0.19.0 includes MCP Python SDK v2 compatibility fixes (see openai/openai-agents-python#<pr>). The previous openai==2.44.0 pin and its associated comment (InputTokensDetails issue #187) are resolved in openai-agents 0.19.0.
1 parent ff54396 commit e3698fa

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,8 @@ dependencies = [
3838
"click==8.4.0",
3939
"watchdog==6.0.0",
4040
"litellm==1.87.2",
41-
"openai-agents==0.17.3",
42-
# openai 2.45.0 added a required `cache_write_tokens` field to
43-
# InputTokensDetails that openai-agents 0.17.3 does not set, crashing
44-
# usage parsing on every response (issue #187). Pin below 2.45 until
45-
# openai-agents catches up.
46-
"openai==2.44.0",
41+
"openai-agents==0.19.0",
42+
"openai==2.48.0",
4743
"pyyaml==6.0.3",
4844
"python-dotenv==1.2.2",
4945
"json-repair==0.59.10",

0 commit comments

Comments
 (0)