Hi there,
I was trying to build a custom Runtime for serving MLflow Langchain Models and I noticed that you guys have a strict dependency on pydantic version 2.7.1. Is there any practical reason not to relax it a bit more, for example pydantic = ">=2.7.1" and pydantic-settings = ">=2.2.1".
Reference: pydantic = "2.7.1"
Hi there,
I was trying to build a custom Runtime for serving
MLflow Langchain Modelsand I noticed that you guys have a strict dependency on pydantic version2.7.1. Is there any practical reason not to relax it a bit more, for examplepydantic = ">=2.7.1"andpydantic-settings = ">=2.2.1".Reference: pydantic = "2.7.1"