Skip to content

Commit f2bc256

Browse files
authored
Fix version-added directive for polymorphic_serialization (pydantic#12910)
1 parent 938e81d commit f2bc256

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/concepts/serialization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ print(m.model_dump()) # (1)!
609609

610610
### Polymorphic serialization
611611

612-
/// version-added | v2.12
612+
/// version-added | v2.13
613613
Polymorphic serialization was added as an better alternative to the [serialize as any](#serializing-as-any) behavior, and only
614614
applies to Pydantic models and Pydantic dataclasses.
615615
///

0 commit comments

Comments
 (0)