epam / Indigo

Universal cheminformatics toolkit, utilities and database search tools
http://lifescience.opensource.epam.com
Apache License 2.0
315 stars 105 forks source link

#1891 - When building api/http container, it cannot run due to mismatch in pydantic version #1892

Closed T1t4m1un closed 6 months ago

T1t4m1un commented 6 months ago

Generic request

For release/xx branch

Backmerge request

Bump request

Resolve: #1891

It seems that because a higher version of pydantic is installed by carrying dependencies in setup.py, the lower version of pydantic is no longer installed during pip install. Just add a line "pydantic==1.10.8", at the beginning of install_requires in setup.py and it will be fine