We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dbd574 commit 458be75Copy full SHA for 458be75
README.md
@@ -10,6 +10,8 @@ pydantic-resolve is a tool helps to flexibly assemble data together, it might be
10
11
you can simply extend your data by adding `resolve_field` function, no matter the position, no matter list or single.
12
13
+> It also supports dataclass
14
+
15
```python
16
from pydantic import BaseModel
17
from pydantic_resolve import Resolver, build_list
0 commit comments