Hi,
I’m new to crewai, on windows machine and I have installed crewai 0.86.0, crewai-tools 0.17.0, pydantic 2.10.4, pydantic-core 2.27.2, pydantic-settings 2.7.1…
I used the command crewai create ai-agent to create a new project
i used vs code to edit and run, and I get this error when trying to run it.
ERROR
C:\development\agent.venv\Lib\site-packages\pydantic_internal_config.py:345: UserWarning: Valid config keys have changed in V2:
- ‘fields’ has been removed
warnings.warn(message, UserWarning)
pydantic v2++ no longer support “fields”, is there a problem with the project created?