Problem with the ouput_pydantic conversion process

I started having problems with the pydantic conversion process of the output, I need help to solve this error, here is the log of the application in production (version ‘crewai[tools]==0.86.0’):

DEFAULT 2025-01-14T15:38:49.479586Z e[91m Failed to convert text into a pydantic model due to the following error: 'dict' object has no attribute 'audio_tokens' Using raw output instead.e[00m
DEFAULT 2025-01-14T15:38:49.482721Z Erro ao salvar relatório de atendimento: 'NoneType' object has no attribute 'status'
DEFAULT 2025-01-14T15:38:49.483485Z /app/task_manager.py:146: PydanticDeprecatedSince20: The `dict` method is deprecated; use `model_dump` instead. Deprecated in Pydantic V2.0 to be removed in V3.0. See Pydantic V2 Migration Guide at https://errors.pydantic.dev/2.10/migration/
DEFAULT 2025-01-14T15:38:49.483493Z return obj.dict()

If anyone has experienced the same problem and can contribute I will be eternally grateful :slight_smile: