Skip to content

Update the Semver Specifier for langchain to allow for all <0.1.0 versions.#86

Merged
ogabrielluiz merged 5 commits into
langflow-ai:devfrom
darthtrevino:task/update_langchain_semver
Apr 27, 2023
Merged

Update the Semver Specifier for langchain to allow for all <0.1.0 versions.#86
ogabrielluiz merged 5 commits into
langflow-ai:devfrom
darthtrevino:task/update_langchain_semver

Conversation

@darthtrevino
Copy link
Copy Markdown
Contributor

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.

@ogabrielluiz
Copy link
Copy Markdown
Contributor

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?

@ogabrielluiz ogabrielluiz reopened this Apr 7, 2023
@ogabrielluiz ogabrielluiz changed the base branch from main to dev April 27, 2023 19:57
@ogabrielluiz ogabrielluiz merged commit 700061c into langflow-ai:dev Apr 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants