FastMCP 3.4.1 floors Starlette at >=1.0.1 so installs can no longer resolve to a version affected by CVE-2026-48710 — previously the dependency was only constrained transitively through mcp, which allowed vulnerable versions. It also makes OAuthProxy log refresh-token cache misses instead of failing silently.
What's Changed
Enhancements ✨
Security 🔒
- Add explicit starlette>=1.0.1 floor (CVE-2026-48710) by @jlowin in #4286
Docs 📚
Full Changelog: v3.4.0...v3.4.1