You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't use it in project with pydantic v2.
It's impossible to install this library even, though it looks very good from my perspective. I would like to use it in my project
The solution I'd like
Add support for Pydantic V2
The text was updated successfully, but these errors were encountered:
>> poetry add pydantic-aioredis
Because no versions of pydantic-aioredis match >1.4.0,<2.0.0
and pydantic-aioredis (1.4.0) depends on pydantic (>=1.10.2,<2.0.0), pydantic-aioredis (>=1.4.0,<2.0.0) requires pydantic (>=1.10.2,<2.0.0).
Thus, pydantic-aioredis (>=1.4.0,<2.0.0) is incompatible with pydantic (>=2,<3).
So, because ascender-framework depends on both pydantic (^2) and pydantic-aioredis (^1.4.0), version solving failed.
I can't use it in project with pydantic v2.
It's impossible to install this library even, though it looks very good from my perspective. I would like to use it in my project
The solution I'd like
Add support for Pydantic V2
The text was updated successfully, but these errors were encountered: