sopherapps / pydantic-redis

A simple Declarative ORM for Redis using pydantic Models
https://sopherapps.github.io/pydantic-redis
MIT License
39 stars 14 forks source link

Hotfix/nested models in dicts and tuples #40

Closed Tinitto closed 1 month ago

Tinitto commented 1 month ago

Why

The library would throw all sorts of tantrums once deeply nested models like lists of tuples of nested models were added as fields. It was also not able to work with dictionaries.

Fixes #36 Fixes #37

What was Done

Note