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: use AsyncSession type hints in firmware_route for proper type checking
Import AsyncSession from sqlalchemy.ext.asyncio instead of Session from
sqlalchemy.orm, and update all endpoint type hints to reflect that the
get_db() dependency provides AsyncSession for async endpoints.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
0 commit comments