crewAI
crewAI copied to clipboard
pydantic.errors.PydanticUserError: A non-annotated attribute was detected: `base_directory =
I have updated to your most recent versions Package operations: 0 installs, 6 updates, 0 removals
- Updating python-dotenv (1.0.0 -> 1.0.1)
- Updating mako (1.3.3 -> 1.3.5)
- Updating openai (1.29.0 -> 1.30.1)
- Updating pyarrow (16.0.0 -> 16.1.0)
- Updating pyright (1.1.362 -> 1.1.363)
- Updating crewai (0.30.10 -> 0.30.11). ***
Full Stack Trace
Traceback (most recent call last):
File "base_directory = PosixPath('/Users/jm/jmautogpt/news_agency_1')
. All model fields require a type annotation; if base_directory
is not meant to be a field, you may be able to resolve this error by annotating it as a ClassVar
or updating model_config['ignored_types']
.