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

Upgrade pydantic version to v2 #46

Closed MathieuPister closed 12 months ago

MathieuPister commented 1 year ago

Pydantic v2 is out since june 2023. As the setup.py restricts to pydantic<1.11, we are not able to use the inference server in projects depending of pydantic v2.

Northo commented 1 year ago

Any progress on this? We are also affected by this.

DannyBruno commented 12 months ago

Apologies for the delayed response. I've gone ahead and created a PR for this migration but we are going to wait until after the New Year to release the changes. I have linked the PRs above.

grizzlybearg commented 10 months ago

@DannyBruno Hi, any idea when the next release will be made?