build(deps): update openlit and pydantic to unblock mcp upgrade#455
Merged
build(deps): update openlit and pydantic to unblock mcp upgrade#455
Conversation
Update dependency constraints to allow mcp 1.26.0: - common: openlit ==1.35.0 -> ~=1.36.0 - orchestrator: pydantic ~=2.10.5 -> ~=2.11.0 The mcp upgrade was blocked because: 1. openlit 1.35.0 constrained openai-agents to older versions 2. pydantic <2.11.0 blocked mcp 1.23.0+ (requires pydantic>=2.11.0) Resulting upgrades: - mcp: 1.12.4 -> 1.26.0 - openlit: 1.35.0 -> 1.36.7 - pydantic: 2.10.6 -> 2.11.10 - openai-agents: 0.2.8 -> 0.3.3 Closes #450 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
ret2libc
approved these changes
Jan 27, 2026
This was referenced Jan 27, 2026
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
openlitconstraint from==1.35.0to~=1.36.0in commonpydanticconstraint from~=2.10.5to~=2.11.0in orchestratorThis unblocks the mcp upgrade that was stuck at 1.12.4. The blocking constraints were:
openlit 1.35.0constrainedopenai-agentsto older versionspydantic <2.11.0blockedmcp 1.23.0+(which requirespydantic>=2.11.0)Resulting upgrades
Test plan
Closes #450
🤖 Generated with Claude Code