chore: bump openai-agents to 0.19.0 and openai to 2.48.0 - #207
Open
mixxer wants to merge 1 commit into
Open
Conversation
openai-agents 0.17.3 requires mcp<2, which conflicts with fastmcp>=4.0 that requires mcp>=2.0.0b2. Bumping to 0.19.0 which includes MCP Python SDK v2 compatibility (see openai/openai-agents-python#3989). Vetted: stdio + streamable-http transports tested against fastmcp 4.0.0a2; InputTokensDetails issue VectifyAI#187 (the reason for the original openai==2.44.0 pin) is resolved in openai-agents 0.19.0. Bump openai to 2.48.0 which openai-agents 0.19.0 declares as minimum compatible. Exact pins preserved per supply-chain policy. Why-comments added/updated.
mixxer
force-pushed
the
chore/bump-deps-mcp2-compat
branch
from
July 27, 2026 17:15
e3698fa to
28475f1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bumps
openai-agents0.17.3→0.19.0andopenai2.44.0→2.48.0.Both are still pinned exactly per the supply-chain caution policy. This PR
documents the vetting rationale in
pyproject.tomlcomments following theexisting convention.
Why bump
openai-agents 0.17.3declaresmcp<2as a hard requirement.fastmcp>=4.0requires
mcp>=2.0.0b2. The two pins are irreconcilable andpip checkreportsa broken environment when both are installed.
openai-agents 0.19.0ships MCP Python SDK v2 compatibility (seeopenai/openai-agents-python#3989)
and relaxes the
mcpupper bound.Vetting
pip check— no broken requirements after bump ✓MCPServerStdio: connect →list_tools→call_toolagainstfastmcp 4.0.0a2✓MCPServerStreamableHttp: same ✓InputTokensDetails/cache_write_tokenscrash (issue [ERROR]: Query failed: 1 validation error for InputTokensDetails: messing field cache_write_tokens #187) that originallymotivated
openai==2.44.0: resolved inopenai-agents 0.19.0✓Diff