aminghadersohi opened a new pull request, #36014: URL: https://github.com/apache/superset/pull/36014
### SUMMARY Upgrades the FastMCP dependency from version 2.10.6 to 2.13.0.2, bringing the latest improvements, bug fixes, and features from the FastMCP project. ### CHANGES **Dependency Updates:** - `pyproject.toml`: Updated fastmcp requirement from `>=2.10.6` to `>=2.13.0.2` - `requirements/development.txt`: Updated pinned version from `2.10.6` to `2.13.0.2` **Test Updates:** - Updated validation error message expectations in `test_execute_sql.py` to match Pydantic's newer error format - Changed from "minimum of 1" to "greater than or equal to 1" - Changed from "maximum of 10000" to "less than or equal to 10000" ### MOTIVATION FastMCP 2.13.0.2 includes: - Performance improvements - Bug fixes and stability enhancements - Updated dependencies and compatibility - Enhanced error handling and validation This is a routine maintenance upgrade to keep dependencies current and benefit from upstream improvements. ### TESTING ✅ All 178 MCP service unit tests pass ✅ No breaking changes to MCP service functionality ✅ Pre-commit checks pass ✅ Backward compatible upgrade ### BEFORE/AFTER **Before:** - FastMCP version: 2.10.6 - Test error messages use older Pydantic format **After:** - FastMCP version: 2.13.0.2 - Test error messages match current Pydantic format - All tests passing with updated dependency ### ADDITIONAL INFORMATION - [ ] Has associated issue: N/A (routine dependency upgrade) - [ ] Required feature flags: None - [ ] Changes UI: No - [ ] Includes DB Migration: No - [ ] Introduces new feature or API: No - [ ] Removes existing feature or API: No -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
