Skip to content

Commit 458be75

Browse files
authored
Update README.md
1 parent 8dbd574 commit 458be75

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ pydantic-resolve is a tool helps to flexibly assemble data together, it might be
1010

1111
you can simply extend your data by adding `resolve_field` function, no matter the position, no matter list or single.
1212

13+
> It also supports dataclass
14+
1315
```python
1416
from pydantic import BaseModel
1517
from pydantic_resolve import Resolver, build_list

0 commit comments

Comments
 (0)