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(core,database,forms): add missing forms module and fix SQLAlchemy 1.4 compatibility
- Add cotlette/forms/forms.py with base Form class for compatibility
- Fix async_sessionmaker import for SQLAlchemy 1.4 compatibility
- Replace async_sessionmaker with sessionmaker(class_=AsyncSession)
- Add asynccontextmanager compatibility for Python 3.6
- Fix subscriptable types (list[User] -> List[User]) for Python 3.6
- Ensure all contrib apps (admin, users) work with Python 3.6
- Verified with successful server startup and app imports
0 commit comments