Closed uwu-420 closed 3 weeks ago
@uwu-420 relaxing pydantic requirements is a recent change from https://github.com/SeldonIO/MLServer/pull/1928 but it is not yet release. We dont have a release date for next version unfortunately, but likely to be in the new few weeks.
Okay, thanks for the fast reply! :) Got it.
Hi, thanks for making mlserver!
I noticed that the release of mlserver on PyPI (https://pypi.org/project/mlserver/1.6.1/#files) does not reflect the dependency rules as stated in the repos pyproject.toml https://github.com/SeldonIO/MLServer/blob/1ce29e65d5cd14a24a573f2f44ae2eac2b51a0f4/pyproject.toml#L65C1-L66C29 when it comes to pydantic and pydantic-settings. The PyPI release requires strict version equality
while the pyproject.toml in the repo doesn't
That messes quite a bit with my project's dependencies. Is that strict equality necessary?
Cheers