8000
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 2b1cb8f commit 15caf41Copy full SHA for 15caf41
docs/concepts/type_adapter.md
@@ -96,9 +96,10 @@ handle as fields of a [`BaseModel`][pydantic.main.BaseModel].
96
just once and reuse it in loops or other performance-critical code.
97
98
99
-### Rebuilding a `TypeAdapter`'s schema
+## Rebuilding a `TypeAdapter`'s schema
100
101
In v2.10+, [`TypeAdapter`][pydantic.type_adapter.TypeAdapter]'s support deferred schema building and manual rebuilds. This is helpful for the case of:
102
+
103
* Types with forward references
104
* Types for which core schema builds are expensive
105
0 commit comments