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> |
||
|---|---|---|
| .. | ||
| audit_log.py | ||
| client.py | ||
| glossary.py | ||
| invitation.py | ||
| job.py | ||
| membership.py | ||
| organization.py | ||
| review_note.py | ||
| user.py | ||
| vtt_version.py | ||