DEViantUA / StarRailCard

Module for generating Honkai Star Rail character cards
https://discord.gg/eu55vTgmSA
Other
42 stars 11 forks source link

ValidationError #5

Closed K0cTu4eK closed 9 months ago

K0cTu4eK commented 9 months ago

Снимок экрана 2024-01-17 002120 This problem appeared just a couple of weeks ago, possibly due to the pydantic 2.5 update. So, how do I fix it or what versions of the pydantic and pydantic_core libraries do you have?

DEViantUA commented 9 months ago

pip3.12 uninstall pydantic pip3.12 install pydantic==1.10.13

K0cTu4eK commented 9 months ago

Thanks!