microsoft / azureml-inference-server

The AzureML Inference Server is a python package that allows user to easily expose machine learning models as HTTP Endpoints. The server is included by default in AzureML's pre-built docker images for inference.
MIT License
25 stars 5 forks source link

Relax pydantic version requirements. #78

Open RaphaelMelanconAtBentley opened 2 months ago

RaphaelMelanconAtBentley commented 2 months ago

Only pydantic >=2.7.1, <2.8 is currently supported. This is very restrictive.

Would it be possible to relax it to ~=2.7?