-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for the latest Pydantic versions #595
Comments
I went through all chats in the pull requests and issues. Noticed there are already a few PRs updating the Pydantic's version. # put this in your package management file (eg, `pyproject.toml`)
redis-om = {git = "https://github.com/yanbo-huang/redis-om-python.git"} |
what is the current status on this? @slorello89 @uglide |
Fixed by #597 |
Thanks, @gaby! |
The current
redis-om-python
's dependency constraint for Pydantic version ispydantic = ">=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.
The text was updated successfully, but these errors were encountered: