mycopunk-swag-store/backend
Jeff Emmett 169b63160d fix: resolve async SQLAlchemy lazy loading issue in cart service
Use get_cart() with selectinload instead of refresh() to avoid
greenlet_spawn errors when accessing cart.items relationship.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 00:07:10 +00:00
..
alembic feat: Initialize mycopunk-swag-store e-commerce platform 2026-01-29 16:59:45 +00:00
app fix: resolve async SQLAlchemy lazy loading issue in cart service 2026-02-01 00:07:10 +00:00
Dockerfile feat: Initialize mycopunk-swag-store e-commerce platform 2026-01-29 16:59:45 +00:00
alembic.ini feat: Initialize mycopunk-swag-store e-commerce platform 2026-01-29 16:59:45 +00:00
pyproject.toml feat: Initialize mycopunk-swag-store e-commerce platform 2026-01-29 16:59:45 +00:00
requirements.txt feat: Initialize mycopunk-swag-store e-commerce platform 2026-01-29 16:59:45 +00:00