# Known Issues
**Date:** 2026-05-09 22:30 NZST

## 1. Model Import Cycle (Warning)
**Severity:** Warning (non-blocking)
**Location:** app/core/models/customer.py relationship to MemberLevel
**Detail:** SQLAlchemy relationship uses string class name which fails to resolve at import time when running standalone Python scripts. Does NOT affect the running FastAPI application.

## 2. Pydantic Deprecation Warning
**Severity:** Info
**Detail:** class-based Config deprecated in Pydantic V2; 17 tests pass despite this.

## 3. passlib/bcrypt Version Mismatch
**Severity:** Medium
**Detail:** Existing admin@example.com password hash was incompatible; resolved by resetting to Admin123456 via direct pymysql UPDATE.

## 4. pytest Not Pre-installed
**Severity:** Low
**Status:** Resolved - .venv created and pytest installed.

## 5. npm ci Requires package-lock.json
**Severity:** Low
**Status:** Resolved after npm install generated lock file.
