SeldonIO / MLServer

An inference server for your machine learning models, including support for multiple frameworks, multi-model serving and more
https://mlserver.readthedocs.io/en/latest/
Apache License 2.0
695 stars 179 forks source link

Fix BaseSettings import for pydantic v2 #1798

Closed RobertSamoilescu closed 3 months ago

RobertSamoilescu commented 3 months ago

This PR fixes the import of BaseSettings for pydantic-v2. Was overlooked in the pydantic-v2 migration PR https://github.com/SeldonIO/MLServer/pull/1748.