Hi, I'm working on my project for the Hackathon 🎉. I'm having issues with dependency pinning.
When I try to install langchain-ollama after nx-arangodb[llm] I get:
$ pip install langchain-ollama
...
This behaviour is the source of the following dependency conflicts. langchain-community 0.2.19 requires langchain-core<0.3.0,>=0.2.43, but you have langchain-core 0.3.35 which is incompatible. langchain 0.2.17 requires langchain-core<0.3.0,>=0.2.43, but you have langchain-core 0.3.35 which is incompatible. langchain-openai 0.1.25 requires langchain-core<0.3.0,>=0.2.40, but you have langchain-core 0.3.35 which is incompatible. langchain-text-splitters 0.2.4 requires langchain-core<0.3.0,>=0.2.38, but you have langchain-core 0.3.35 which is incompatible.
Thanks!