Skip to content

Commit 2fd9b1c

Browse files
committed
another fix to function_wrap_ser_schema types
1 parent 03c8e09 commit 2fd9b1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydantic_core/core_schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def function_wrap_ser_schema(
202202
*,
203203
json_return_type: JsonReturnTypes | None = None,
204204
when_used: WhenUsed = 'always',
205-
) -> FunctionPlainSerSchema:
205+
) -> FunctionWrapSerSchema:
206206
"""
207207
Returns a schema for serialization with a function.
208208

0 commit comments

Comments
 (0)