Files
2026-07-04 10:00:16 +12:00
..
2026-07-04 10:00:16 +12:00
2026-07-04 10:00:16 +12:00
2026-07-04 10:00:16 +12:00
2026-07-04 10:00:16 +12:00
2026-05-26 23:30:22 +12:00
2026-05-26 08:30:08 +12:00
2026-07-04 10:00:16 +12:00
2026-06-17 21:51:29 +12:00
2026-06-17 21:51:29 +12:00
2026-06-17 21:51:29 +12:00

Mail API local dev

Use the project virtualenv, not the global Python install. The local environment already resolves compatible pydantic and pydantic-core versions together.

Start on Windows PowerShell

cd C:\Users\mattc\gw-svelte\gw-svelte\mail-api
.\start-dev.ps1

First-time setup

cd C:\Users\mattc\gw-svelte\gw-svelte\mail-api
py -3.14 -m venv .venv
.\.venv\Scripts\python.exe -m pip install -r requirements.txt

If you see a pydantic-core mismatch

You are almost certainly running against a global interpreter or a stale environment. Reinstall into the project virtualenv and start the app with .\start-dev.ps1.