mirror of
https://github.com/complexcaresolutions/dak.c2s.git
synced 2026-03-17 18:23:42 +00:00
PyMySQL returns naive datetimes from MySQL DATETIME columns, but revoke_disclosure() compared them with timezone-aware datetime.now(timezone.utc), causing an unhandled TypeError (not caught by except ValueError) and a 500 error. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| api | ||
| core | ||
| models | ||
| schemas | ||
| services | ||
| utils | ||
| __init__.py | ||
| config.py | ||
| database.py | ||
| main.py | ||