Skip to content

v1.0.1 — Fix fastmcp dependency

Choose a tag to compare

@panjieke panjieke released this 27 May 20:44
· 45 commits to main since this release
dbe050e

Bug Fix

  • Bumped fastmcp dependency floor from >=2.0.0 to >=3.0.0 in pyproject.toml
  • The codebase uses fastmcp 3.x APIs (FastMCP, OIDCProxy, http_app) which are unavailable in 2.x
  • The loose lower bound caused namespace-package corruption resulting in ImportError: cannot import name 'FastMCP', breaking 9 tests + 6 fixture errors

Verification

  • All 293 tests pass
  • Pylint passes cleanly