fix: upgrade mcp to 1.26.0 and bump version to 1.82.5#24179
fix: upgrade mcp to 1.26.0 and bump version to 1.82.5#24179joereyna merged 1 commit intoBerriAI:mainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile SummaryThis PR upgrades the
Confidence Score: 4/5
|
| Filename | Overview |
|---|---|
| poetry.lock | mcp bumped from 1.25.0 to 1.26.0 with updated file hashes; the dependency tree for mcp is identical between the two versions, making this a clean, safe upgrade. |
| pyproject.toml | litellm package version bumped from 1.82.4 to 1.82.5 and commitizen version updated, but this scope is not mentioned in the PR description which claims only the lockfile was changed. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["pyproject.toml\nmcp >=1.25.0,<2.0.0"] --> B["poetry.lock\nResolved: mcp 1.26.0"]
B --> C["mcp 1.26.0 Dependencies"]
C --> D["anyio >=4.5"]
C --> E["httpx >=0.27.1"]
C --> F["pydantic >=2.11.0,<3.0.0"]
C --> G["pydantic-settings >=2.5.2"]
C --> H["pyjwt >=2.10.1 + crypto"]
C --> I["starlette >=0.27"]
C --> J["uvicorn >=0.31.1"]
C --> K["typing-inspection >=0.4.1"]
style B fill:#d4edda,stroke:#28a745
style A fill:#fff3cd,stroke:#ffc107
Last reviewed commit: "fix: upgrade mcp to ..."
| description = "Library to easily interface with LLM API providers" | ||
| authors = ["BerriAI"] |
There was a problem hiding this comment.
The PR description says "only the lockfile needed updating," but pyproject.toml was also modified to bump the litellm version from 1.82.4 to 1.82.5 (along with the matching commitizen version). This is likely an automated release bump, but it is not acknowledged anywhere in the PR description. Please clarify whether this version bump is intentional and expected as part of this PR.
471bee5 to
32ada45
Compare
|
No reviewable files after applying ignore patterns. |
Summary
mcpfrom1.25.0to1.26.0inpoetry.lock1.82.4→1.82.5(patch release)The
pyproject.tomlconstraint (>=1.25.0,<2.0.0) already allows 1.26.0 — only the lockfile needed updating for the MCP upgrade.Version bump is required as
1.82.4is already published to PyPI and cannot be re-uploaded.Test plan
1.82.5🤖 Generated with Claude Code