deeppavlov / DeepPavlov

An open source library for deep learning end-to-end dialog systems and chatbots.
https://deeppavlov.ai
Apache License 2.0
6.68k stars 1.15k forks source link

Update to pydantic v2 #1684

Open robinderat opened 6 months ago

robinderat commented 6 months ago

I am running into issues using deeppavlov in combination with other packages that use pydantic>2, as deeppavlov has the requirement pydantic<2.

I saw this post https://github.com/deeppavlov/DeepPavlov/pull/1665 which seemed to indicate that the dependency could be updated, but currently the latest release still specificies pydantic<2.

Would it be possible to update the pydantic dependency?