Hey, i think there are breaking changes introduced in the latest builds of llamaindex. any release notes on these? example: ERROR: Cannot install -r requirements.txt (line 4) and llama-index-embeddings-openai==0.2.0 because these package versions have conflicting dependencies.
The conflict is caused by: The user requested llama-index-embeddings-openai==0.2.0 llama-index 0.10.68 depends on llama-index-embeddings-openai<0.2.0 and >=0.1.5
my requirements.txt is as below qdrant-client==1.11.0 python-dotenv==1.0.1 arize-phoenix==4.26.0 llama-index==0.10.68 llama-index-llms-openai==0.2.0 llama-index-llms-ollama==0.3.0 llama-index-embeddings-openai==0.2.0 llama-index-embeddings-ollama==0.3.0 llama-index-vector-stores-qdrant==0.3.0 llama-index-callbacks-arize-phoenix==0.2.0
In the process of rolling out v0.11.0, and we need to publish every sub package π Don't use the new minor versions for now, or if you do, remove llama-index from your deps and use llama-index-core==0.11.0 + other sub-packages you might need