mlflow Dependency Error with pydantic

vashistaT
New Contributor II

Getting the following error while running the default base template for "Create Agent Notebook" under playground. 
/mlflow/types/agent.py", line 57, in check_content_and_tool_calls

content = values.content

AttributeError: 'pydantic_core._pydantic_core.ValidationInfo' object has no attribute 'content'. Did you mean: 'context'?

This is likely a dependency error. But needs fixing. Can anyone suggest a fix for this ?