redis / redis-om-python

Object mapping, and more, for Redis and Python
MIT License
1.06k stars 108 forks source link

fixing issue with breaking typing.Dict in JsonModel #614

Closed slorello89 closed 1 month ago

slorello89 commented 2 months ago

Fixes #613 - issue with pulling schema information out of typing.Dict, we don't support indexing typing.Dict objects atm, so really just needs to be ignored.