aminghadersohi opened a new pull request, #36593:
URL: https://github.com/apache/superset/pull/36593

   ## SUMMARY
   
   Upgrade redis dependency from `>=4.6.0, <5.0` to `>=5.0.0, <6.0`.
   
   **Changes:**
   - Updated redis version constraint in pyproject.toml
   - Regenerated requirements/base.txt and requirements/development.txt
   
   **Why:**
   - Redis 5.x is required by fastmcp>=2.14.0 (via pydocket dependency)
   - This is a prerequisite for enabling MCP background task support
   
   **Breaking Changes (minimal):**
   - `async close()` renamed to `aclose()` - Superset doesn't use async redis 
client directly
   - Improved typing support - no impact
   - Performance improvements - beneficial
   
   ## BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
   
   N/A - dependency upgrade, no UI changes.
   
   ## TESTING INSTRUCTIONS
   
   1. Install dependencies: `pip install -e .`
   2. Run tests: `pytest tests/unit_tests/`
   3. Verify redis caching works in local Superset instance
   
   ## 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]

Reply via email to