redis-om-python icon indicating copy to clipboard operation
redis-om-python copied to clipboard

Add support for the latest Pydantic versions

Open yanbo-huang opened this issue 4 months ago • 1 comments

The current redis-om-python's dependency constraint for Pydantic version is pydantic = ">=1.10.2,<2.1.0". ATM, the latest Pydantic version is v2.6.1. Its development pace is quite fast. Within one year, lots of features are added and bugs are fixed. Could you please add support for a higher version of Pydantic? Then our projects don't need to hold onto the lower versions.

yanbo-huang avatar Feb 23 '24 13:02 yanbo-huang