Skip to content

Commit

Permalink
Move TODO regarding pickling to markdown (#9288)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgeiger committed Apr 23, 2024
1 parent 73d1049 commit 2b8efa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/serialization.md
Expand Up @@ -641,8 +641,8 @@ print(u.model_dump_json()) # (1)!

Pydantic models support efficient pickling and unpickling.

<!-- TODO need to get pickling doctest to work -->
```py test="skip"
# TODO need to get pickling to work
import pickle

from pydantic import BaseModel
Expand Down

0 comments on commit 2b8efa2

Please sign in to comment.