Skip to content
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

Support for pydantic 2.6.x? #602

Closed
epicwhale opened this issue Mar 28, 2024 · 0 comments · Fixed by #603
Closed

Support for pydantic 2.6.x? #602

epicwhale opened this issue Mar 28, 2024 · 0 comments · Fixed by #603

Comments

@epicwhale
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant