Skip to content

v0.6.5 - Dependency Updates

Latest

Choose a tag to compare

@jwesleye jwesleye released this 02 Jan 16:17
· 674 commits to main since this release

πŸ”„ Dependency Updates Hotfix

This hotfix release updates all project dependencies to their latest stable versions.

Updated Dependencies

Core Libraries:

  • mcp: 1.14.1 β†’ 1.25.0 (MCP SDK improvements)
  • jsonrpclib-pelix: 0.4.3 β†’ 1.0.0 (major version, no breaking changes)
  • fastapi: 0.116.2 β†’ 0.128.0 (performance improvements)
  • uvicorn: 0.35.0 β†’ 0.40.0 (async performance)
  • pydantic: 2.11.9 β†’ 2.12.5 (enhanced validation)

Development Tools:

  • pytest: 8.4.2 β†’ 9.0.2 (major version update)
  • ruff: 0.7.0 β†’ 0.14.10 (latest linter)
  • mypy: 1.13.0 β†’ 1.19.1 (improved type inference)
  • black: 24.0.0 β†’ 25.12.0 (latest formatter)

Plus 20+ additional dependency updates

Code Quality

  • Code reformatting across 18 files
  • Import cleanup and optimization
  • Type safety maintained (zero MyPy errors)
  • All tests passing

Verification

βœ… Zero breaking changes detected
βœ… Full test suite passing
βœ… Type checking clean
βœ… Linting compliant


Full Changelog: v0.6.4...v0.6.5