Scott Idem 29b4d5ae4b Fix Person creation issues and enhance V3 CRUD robustness.
- Added Pydantic validators to Person_Base to handle null values for given_name and allow_auth_key, ensuring database NOT NULL constraints are met.
- Updated api_crud_v3.py (POST and PATCH) to filter out virtual *_id_random fields from data payloads before database operations to prevent "Unknown column" errors.
- Updated GEMINI.md with session progress.
2026-01-09 14:30:45 -05:00
2024-10-09 13:42:31 -04:00
2021-03-05 17:27:16 -05:00

Aether API Python FastAPI

The Aether API was created and is being developed by Scott Idem using the Python FastAPI framework.

Description
No description provided
Readme 3.1 MiB