video-accessibility/backend/app
Vadym Samoilenko e48d63bdbd fix: generate valid ObjectId for audit log entries
default_factory=PyObjectId produced "" (empty string) since
Annotated[str, ...] is a type annotation, not a callable factory.
Replace with lambda: str(ObjectId()) to generate a real unique ID.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-29 15:06:15 +01:00
..
api/v1 docs: add canonical documentation + audit cleanup 2026-04-29 14:22:51 +01:00
core docs: add canonical documentation + audit cleanup 2026-04-29 14:22:51 +01:00
lib docs: add canonical documentation + audit cleanup 2026-04-29 14:22:51 +01:00
middleware docs: add canonical documentation + audit cleanup 2026-04-29 14:22:51 +01:00
migrations feat(saas): Phase 3 — membership-based authz + Mailgun + job.organization_id 2026-04-27 16:56:42 +01:00
models fix: generate valid ObjectId for audit log entries 2026-04-29 15:06:15 +01:00
prompts feat: per-client glossary — hybrid exact/vector retrieval + AI injection 2026-04-29 13:03:38 +01:00
schemas docs: add canonical documentation + audit cleanup 2026-04-29 14:22:51 +01:00
services docs: add canonical documentation + audit cleanup 2026-04-29 14:22:51 +01:00
tasks docs: add canonical documentation + audit cleanup 2026-04-29 14:22:51 +01:00
telemetry docs: add canonical documentation + audit cleanup 2026-04-29 14:22:51 +01:00
main.py fix: code health sweep — M-01 through M-07 2026-04-29 14:18:02 +01:00