We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c8e09 commit 2fd9b1cCopy full SHA for 2fd9b1c
pydantic_core/core_schema.py
@@ -202,7 +202,7 @@ def function_wrap_ser_schema(
202
*,
203
json_return_type: JsonReturnTypes | None = None,
204
when_used: WhenUsed = 'always',
205
-) -> FunctionPlainSerSchema:
+) -> FunctionWrapSerSchema:
206
"""
207
Returns a schema for serialization with a function.
208
0 commit comments