langflow
langflow copied to clipboard
Update the Semver Specifier for `langchain` to allow for all <0.1.0 versions.
Hey there 👋,
I'm trying to install this in a project, and I noticed that poetry can't resolve this with the latest versions of langchain. The issue is that with the ^
specifier on a patch-only version, it will only allow a single patch - so this is effectively '>=0.0.113;<0.0.114. By using
~` here for the time being, we can allow for more recent versions.
Hey. Sorry for the delayed response. This might break something since LangChain may change some of its API without us noticing it.
We might get errors because a person is using a different version than what is intended. What do you think?