Skip to content

Conversation

@AghastyGD
Copy link
Owner

Closes #40

- Centralize path parameter parsing with `parse_model_id()`
- Ensure get, update, delete endpoints correctly handle int and UUID PKs
- Serialize UUIDField and ForeignKey to string for Pydantic compatibility
- Maintain backward compatibility for AutoField integer PKs
Fix ID/UUID field serialization and Pydantic type  mapping (#40)
@AghastyGD AghastyGD self-assigned this Sep 21, 2025
@AghastyGD AghastyGD merged commit 929e732 into main Sep 21, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

UUIDField response not validated correctly (expects str but receives UUID

1 participant