You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds the optional group_id field to RecipeTag and CategoryBase Pydantic
schemas to resolve API validation errors (TypeError/IntegrityError) when
updating recipe tags/categories via PATCH or bulk actions. This ensures
group_id provided in payloads is not stripped during validation.
Also adds the required group_id field to the RecipeToolOut schema.
This ensures group_id is present when validating Recipe objects during
creation in tests, resolving Pydantic validation errors and downstream
IntegrityErrors that occurred during test setup fixtures.
0 commit comments