Closed Arondit closed 1 year ago
Hi @Arondit, thank you for pointing out on this issue.
I just released v0.2.8 with added (and tested on current test suite) support of pydantic 1.9.*; feel free to reopen this ticket if you find out anything else specific to this release.
Hi @surenkov , thank you very much for so fast reaction. Everything is fine, i've checked.
Trying to use this lib with pydantic==1.9.1 leads to import error.
ImportError: cannot import name 'get_config' from 'pydantic.config'
In 1.9.1 there is no this function, you can check it here https://github.com/pydantic/pydantic/releases/tag/v1.9.1If you don't want to fix backward compatibility so far, you could just fix required version of pydantic.