From baa8cc4bfa42f50fcd8ba83d9b01a2f25249684b Mon Sep 17 00:00:00 2001 From: alexjanousekGSA Date: Sat, 31 May 2025 08:56:24 -0400 Subject: [PATCH] All tests should pass now --- app/schemas.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/schemas.py b/app/schemas.py index 4b046cc19..d5e74f092 100644 --- a/app/schemas.py +++ b/app/schemas.py @@ -767,7 +767,7 @@ class UnarchivedTemplateSchema(BaseSchema): # should not be used on its own for dumping - only for loading -create_user_schema = UserSchema() +create_user_schema = UserSchema(transient=True) user_update_schema_load_json = UserUpdateAttributeSchema( load_json=True, partial=True, transient=True )