chore(deps): bump fastmcp from >=3.2.4 to >=3.4.2#41592
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #41592 +/- ##
==========================================
- Coverage 64.42% 64.42% -0.01%
==========================================
Files 2668 2668
Lines 147182 147184 +2
Branches 33947 33947
==========================================
- Hits 94821 94817 -4
- Misses 50646 50650 +4
- Partials 1715 1717 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
2ce0c13 to
3ff19a7
Compare
fastmcp >= 3.4.2 (via fastmcp-slim) removed the self.jwt = JsonWebToken([...]) attribute from JWTVerifier when switching from authlib to joserfc internally. MCPJWTVerifier.load_access_token() still calls self.jwt.decode(), so restore self.jwt as an authlib JsonWebToken in MCPJWTVerifier.__init__() to fix the AttributeError at runtime and in tests.
3ff19a7 to
cacd704
Compare
Code Review Agent Run #4cffc1Actionable Suggestions - 0Additional Suggestions - 1
Review Details
Bito Usage GuideCommands Type the following command in the pull request comment and save the comment.
Refer to the documentation for additional commands. Configuration This repository uses Documentation & Help |
SUMMARY
Bumps the lower bound of the
fastmcpoptional dependency from>=3.2.4to>=3.4.2, picking up the latest stable release.No API or behavior changes — this is a minimum version floor update only.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
N/A — dependency-only change.
TESTING INSTRUCTIONS
fastmcpextra:pip install -e ".[fastmcp]"fastmcp==3.4.2(or later) is resolved.ADDITIONAL INFORMATION