@Logan M bad news again 🥲
trying to run my python script using these dependecies:
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:
AttributeError: 'Anthropic' object has no attribute '__pydantic_private__'. Did you mean: '__pydantic_complete__'?
which version of
pydantic-settings should I have to use?