Upgrade typing-extensions to >=4.6.1 to be compatible with pydantic v2
SanKolts opened this issue · 2 comments
SanKolts commented
We want to use pydantic v2 in our project, but it is incompatible with the current Selene dependencies.
Here is the poetry upgrading log:
❯ poetry add pydantic==2
Updating dependencies
Resolving dependencies... (0.1s)
Because pydantic (2.0) depends on typing-extensions (>=4.6.1)
and selene (2.0.0rc3.post3) depends on typing-extensions (4.3.0), pydantic (2.0) is incompatible with selene (2.0.0rc3.post3).
So, because platform-autotests depends on both selene (2.0.0rc3post3) and pydantic (2), version solving failed.
yashaka commented
Will do this week. Of feel free to create PR.
yashaka commented