You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix SQLAlchemy internal API compatibility with enhanced _ordered_values attribute access
- Update deprecated datetime APIs (utcfromtimestamp, utcnow) to timezone-aware equivalents
- Resolve ObjectNotExecutableError in support polyfill functions
- Update test expectations for evolved CrateDB error messages
- Add SA_2_1 version constant for future SQLAlchemy compatibility
- Maintain backward compatibility across SQLAlchemy 1.3, 1.4, and 2.0+
Resolves 17 test failures in Python 3.14 + latest SQLAlchemy environment
while preserving full compatibility with older SQLAlchemy versions.
0 commit comments