rusackas opened a new pull request, #37922: URL: https://github.com/apache/superset/pull/37922
## SUMMARY Updates sqlalchemy-utils to version 0.42.0 (from 0.38.3). This PR supersedes #36240 with resolved merge conflicts. Credit to @rad-pat for the original PR. **Why this upgrade is needed:** - Previous version 0.38.3 did not support Python 3.11 or 3.12 - Some database dialects require newer versions **Changes in sqlalchemy-utils 0.38.3 → 0.42.0:** - Added Python 3.11, 3.12, 3.13 support - Added SQLAlchemy 2.0 compatibility - Dropped Python 3.7/3.8 support (Superset requires 3.10+, so no impact) - Dropped SQLAlchemy 1.3 support (Superset uses 1.4, so no impact) The upgrade is safe for Superset as we only use stable types (UUIDType, EncryptedType). Closes #36240 ### TESTING INSTRUCTIONS - CI covers database migrations and model operations that use sqlalchemy-utils types ### ADDITIONAL INFORMATION - [x] Has associated issue: #36240 - [ ] Required feature flags: - [ ] Changes UI - [ ] Includes DB Migration - [ ] Introduces new feature or API - [ ] Removes existing feature or API 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Pat Buxton <[email protected]> -- 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]
