'StructuredTool' object has no attribute 'model_fields' error

I am facing an issue with the tools uses in the agent. PFB the code that I am trying to use -
I have imported the relevant packages needed for the tools.

Creating Agents

lead_data_agent = Agent(
config=lead_agents_config[‘lead_data_agent’],
tools=[SerperDevTool(), ScrapeWebsiteTool()],
llm=llm
)

AttributeError: ‘StructuredTool’ object has no attribute ‘model_fields’

I am tried this using multiple versions of crewAI and tools package. the last one used are
crew 0.9.2
crewai 0.86.0
crewai-tools 0.25.5