aminghadersohi opened a new pull request, #36594: URL: https://github.com/apache/superset/pull/36594
## SUMMARY Upgrade fastmcp dependency from `>=2.13.0.2` to `>=2.14.0`. **Changes:** - Updated fastmcp version constraint in pyproject.toml - Updated redis version constraint to `>=5.0.0, <6.0` (required by pydocket, a new fastmcp transitive dependency) - Regenerated requirements/base.txt and requirements/development.txt **FastMCP 2.14.0 New Features:** - **Background Tasks (SEP-1686)** - Tools can now run asynchronously with progress reporting - Enhanced task lifecycle management with `task=True` parameter - Progress reporting via `ctx.report_progress(current, total, message)` - Improved client notification system for long-running operations **Why:** - This upgrade is a prerequisite for enabling MCP background task support in Superset - Allows long-running tools (SQL execution, chart generation) to run without blocking ## BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF N/A - dependency upgrade, no UI changes. ## TESTING INSTRUCTIONS 1. Install dependencies: `pip install -e ".[fastmcp]"` 2. Run MCP service tests: `pytest tests/unit_tests/mcp_service/` 3. Verify MCP server starts correctly ## ADDITIONAL INFORMATION - [x] Changes dependencies - [ ] Has associated issue: - [ ] Required feature flags: - [ ] Changes UI - [ ] Includes DB Migration - [ ] Removes existing feature or API -- 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]
