chore(deps): bump fastmcp to ^3.0.0 and authlib to 1.7.2#228
Merged
Conversation
Contributor
QualOps Code Quality AnalysisStatus: ✅ PASSED - No issues found Summary
No issues found in the analyzed code. 📊 Full ReportPowered by QualOps |
3363a4b to
edafc43
Compare
Collaborator
|
Rebased onto current main and resolved the |
pontino
approved these changes
Jun 3, 2026
pontino
left a comment
Collaborator
There was a problem hiding this comment.
Tested locally against the rebased branch with fastmcp 3.4.0 installed (the mcp extra — which CI does not install, so CI never exercised this path):
- Adapter imports cleanly under fastmcp 3.x.
list_tools()returnsFunctionToolobjects;tool.to_mcp_tool()yields correctname/description/inputSchema(properties + required)/outputSchema. BuiltExternalTools match.call_tool("add", {a:2,b:40})→ 42.- Confirmed the previous code
getattr(tool, "inputSchema", {})silently returned{}on 3.x FunctionTool objects — so this change repairs a latent bug, not just a version bump.
Lock regenerated coherently (fastmcp 3.4.0 + authlib 1.7.2 + faststream 0.7.0 + pytest-cov 7.1.0). All CI checks green.
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.
chore(deps): bump fastmcp to ^3.0.0 and authlib to 1.7.2
Summary
Upgrades
fastmcpfrom^2.14.0(2.14.3) to^3.0.0(resolves to 3.4.0), which pullsauthlibup to 1.7.2 (from 1.6.6). Adapts the MCP adapter to the one fastmcp 3.x API change that affects us.Why
Critical security dependency maintenance — keeping
fastmcpcurrent (major 2.x → 3.x) and picking up the latestauthlib.