redis / redis-om-python

Object mapping, and more, for Redis and Python
MIT License
1.11k stars 110 forks source link

Support for pydantic 2.6.x? #602

Closed epicwhale closed 5 months ago

epicwhale commented 6 months ago

I'm not able to pip install redis-om as my project uses a higher version of pydantic than supported here. Any resolution?

Because no versions of redis-om match >0.2.2,<0.3.0 and redis-om (0.2.2) depends on pydantic (>=1.10.2,<2.5.0), redis-om (>=0.2.2,<0.3.0) requires pydantic (>=1.10.2,<2.5.0). So, because depends on both pydantic (^2.6.1) and redis-om (^0.2.2), version solving failed.