Bump langchain-community from 0.3.5 to 0.3.27 - #1
Conversation
Bumps [langchain-community](https://github.com/langchain-ai/langchain-community) from 0.3.5 to 0.3.27. - [Release notes](https://github.com/langchain-ai/langchain-community/releases) - [Commits](https://github.com/langchain-ai/langchain-community/commits/libs/community/v0.3.27) --- updated-dependencies: - dependency-name: langchain-community dependency-version: 0.3.27 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
|
Tested this bump locally (macOS, Python 3.12) before merging and found it introduces a hard crash: With This is the exact import order used by from langchain_huggingface import HuggingFaceEmbeddings # crash only with 0.3.27 stack
import numpy as np, faiss
km = faiss.Kmeans(16, 10, niter=5)
km.train(np.random.rand(2000, 16).astype('float32')) # OMP Error #15 → abortThe same code passes with the currently pinned Holding off on this upgrade until the duplicate-OpenMP interaction between the newer langchain stack and |
Bumps langchain-community from 0.3.5 to 0.3.27.
Release notes
Sourced from langchain-community's releases.
... (truncated)
Commits
You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.