aelamran

Results 4 comments of aelamran

@ADR-007 @AxeemHaider I believe nesting a model as a value of a map is still not achieveable, do you confirm? example: `Mapfield(TextField, NestedModelField(SomeModel))`

> [@aelamran](https://github.com/aelamran) Hi, I think there might be an issue in which client are you using sync or async? There might be an issue if you're trying to use async...

On my side both of the examples you shared just raise warnings; This warning: ``` /usr/local/Caskroom/miniconda/base/envs/jamble-be/lib/python3.11/site-packages/pydantic/main.py:441: UserWarning: Pydantic serializer warnings: Expected `int` but got `str` with value `'haha'` - serialized...

@sydney-runkle I see, should the documentation be updated to reflect this?