To install langchain-community run `pip install -U langchain-community`. how to write this in requirements.txt file?

In streamlit cloud, while deploying my app, I’m getting below error:

To install langchain-community run `pip install -U langchain-community`.

I’m simply writing “langchain-community” in my requirements.txt, but what can I write instead so that I don’t get this warning??
Thanks in advance.

Hey @Rishi-spec-art,

Could you manually check the latest version of langchain-community and specify it directly in your requirements.txt file, like langchain-community==x.y.z?

Let me know how it goes.

Best,
Charly