Find answers from the community

Updated 4 months ago

@Logan M bad news again 🥲

@Logan M bad news again 🥲

trying to run my python script using these dependecies:
Plain Text
llama-index-core = "^0.11.0.post1"
llama-index-readers-file = "^0.2.0"
llama-index-readers-s3 = "^0.2.0"
llama-index-embeddings-voyageai = "^0.2.0"
llama-index-vector-stores-milvus = "^0.2.0"
llama-index-multi-modal-llms-anthropic = "^0.2.0"
llama-index-llms-anthropic = "^0.2.0"
pydantic-settings = "^2.4.0"

at the end of terminal have this result:
Plain Text
AttributeError: 'Anthropic' object has no attribute '__pydantic_private__'. Did you mean: '__pydantic_complete__'?

which version of pydantic-settings should I have to use?
L
Y
4 comments
in the middle of a very painful upgrade process to pydantic v2, plz bear with me 😅
try again, llama-index-llms-anthropic==0.2.1
Add a reply
Sign up and join the conversation on Discord