mirror of
https://github.com/apache/superset.git
synced 2026-08-04 04:52:32 +00:00
Moving security_manager to a module-level import in auth.py means
patch('superset.security_manager') no longer intercepts calls inside
auth.py — the name is bound at import time. Patch where it is used:
'superset.mcp_service.auth.security_manager'.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>