mlflow Dependency Error with pydantic
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2025 10:04 PM
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 ?