Open mohammad-yousuf opened 2 months ago
LlamaIndex updated to pydantic v2
Looks like crewai is using pydantic v1
Pydantic v2 has been out for over a year now, hopefully they have it on the roadmap to update soon :)
Can't use v0.11.0 with crewai until they move off of pydantic v1 it seems
You'll have to downgrade
pip install -U "llama-index-core<0.11.0" "llama-index-readers-file<0.2.0" "llama-index-tools-wolfram-alpha<0.2.0"
You'll have to downgrade
pip install -U "llama-index-core<0.11.0" "llama-index-readers-file<0.2.0" "llama-index-tools-wolfram-alpha<0.2.0"
Thanks so much!
Bug Description
Last night WolframAlphaToolSpec stopped working.
Version
llama-index-core: 0.11.0, llama-index-readers-file: 0.2.0, llama-index-tools-wolfram-alpha: 0.2.0, crewai: 0.51.1, crewai-tools: 0.8.3
Steps to Reproduce
Relevant Logs/Tracbacks