[PR #4783] [MERGED] chore(deps): bump langchain-community from 0.2.10 to 0.2.12 in /backend #60415

Closed
opened 2026-05-06 03:12:35 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/4783
Author: @dependabot[bot]
Created: 8/21/2024
Status: Merged
Merged: 8/22/2024
Merged by: @tjbck

Base: devHead: dependabot/pip/backend/dev/langchain-community-0.2.12


📝 Commits (1)

  • 4031cb9 chore(deps): bump langchain-community from 0.2.10 to 0.2.12 in /backend

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 backend/requirements.txt (+1 -1)

📄 Description

Bumps langchain-community from 0.2.10 to 0.2.12.

Release notes

Sourced from langchain-community's releases.

langchain-community==0.2.12

Changes since langchain-community==0.2.11

community: release 0.2.12 (#25324) community: kwargs for CassandraGraphVectorStore (#25300) core[patch]: add standard tracing params for retrievers (#25240) [Community] - Added bind_tools and with_structured_output for ChatZhipuAI (#23887) docs: Fix ChatBaichuan, QianfanChatEndpoint, ChatSparkLLM, ChatZhipuAI docs (#25265) Improvement[Embeddings] Add dimension support to ZhipuAIEmbeddings (#25274) core[patch]: Deprecating beta upsert APIs in vectorstore (#25069) community[patch],core[patch]: Update EdenaiTool root_validator and add unit test in core (#25233) community[patch]: Remove more @​allow_reuse=True validators (#25236) community[patch]: Remove usage of @​root_validator(allow_reuse=True) (#25235) community[patch]: FAISS: ValueError mentions normalize_score_fn isntead of relevance_score_fn (#25225) community: Add llm-extraction option to FireCrawl Document Loader (#25231) docs: update integration api refs (#25195) community[patch]: Use get_fields adapter for pydantic (#25191) community[minor]: [SharePointLoader] Load extended metadata for the root folder (#24872) community[patch]: Upgrade pydantic extra (#25185) Update polygon.py for business subscription (#25085) community[patch]: gpt-4o-2024-08-06 costs (#25164) docs: Standardize QianfanLLMEndpoint LLM (#25139) community: Fix ValidationError on creating GPT4AllEmbeddings with no gpt4all_kwargs (#25124) community: Add stock market tools from financialdatasets.ai (#25025) Added bedrock 3-5 sonnet cost detials for BedrockAnthropicTokenUsageCallbackHandler (#25104) [docs]: vector store integration pages (#24858) docs: Standardize Tongyi (#25103) delete the default model value from langchain and discard the need fo… (#24915) Allow ConfluenceLoader authorization via Personal Access Tokens (#25096) community: fix neo4j from_existing_graph (#24912) community: make AthenaLoader profile_name optional and fix type hint (#24958) community: fix issue of the existence of numeric object in additional_kwargs a… (#24863) community[patch]: Optimize test case for MoonshotChat (#25050) community: Fix Predibase Integration for HuggingFace-hosted fine-tuned adapters (#25015) docs: Standardize MiniMaxEmbeddings (#24983) docs: Standardize SparkLLMTextEmbeddings docstrings (#25021) docs: fix kwargs docstring (#25010) docs: standardizing tavily tool docs (#24736)

langchain-community==0.2.11

Changes since langchain-community==0.2.10

community[patch]: Release 0.2.11 (#24989) community[patch]: support named arguments in github toolkit (#24986) community[patch]: Add test case for MoonshotChat (#24960) community[patch]: adding artifact to Tavily search (#24376) docs: Standardize ZhipuAIEmbeddings docstrings (#24933) community[patch]: Invoke on_llm_new_token callback before yielding chunk (#24938) community[patch]: support bind_tools for ChatMlflow (#24547) community: Fix KeyError in NotionDB loader when 'name' is missing (#24224)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/4783 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/21/2024 **Status:** ✅ Merged **Merged:** 8/22/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `dependabot/pip/backend/dev/langchain-community-0.2.12` --- ### 📝 Commits (1) - [`4031cb9`](https://github.com/open-webui/open-webui/commit/4031cb9edaab0092e27026af04c8dc957b9667b9) chore(deps): bump langchain-community from 0.2.10 to 0.2.12 in /backend ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `backend/requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [langchain-community](https://github.com/langchain-ai/langchain) from 0.2.10 to 0.2.12. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/langchain-ai/langchain/releases">langchain-community's releases</a>.</em></p> <blockquote> <h2>langchain-community==0.2.12</h2> <p>Changes since langchain-community==0.2.11</p> <p>community: release 0.2.12 (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25324">#25324</a>) community: kwargs for CassandraGraphVectorStore (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25300">#25300</a>) core[patch]: add standard tracing params for retrievers (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25240">#25240</a>) [Community] - Added bind_tools and with_structured_output for ChatZhipuAI (<a href="https://redirect.github.com/langchain-ai/langchain/issues/23887">#23887</a>) docs: Fix ChatBaichuan, QianfanChatEndpoint, ChatSparkLLM, ChatZhipuAI docs (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25265">#25265</a>) Improvement[Embeddings] Add dimension support to <code>ZhipuAIEmbeddings</code> (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25274">#25274</a>) core[patch]: Deprecating beta upsert APIs in vectorstore (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25069">#25069</a>) community[patch],core[patch]: Update EdenaiTool root_validator and add unit test in core (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25233">#25233</a>) community[patch]: Remove more <a href="https://github.com/allow"><code>@​allow</code></a>_reuse=True validators (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25236">#25236</a>) community[patch]: Remove usage of <a href="https://github.com/root"><code>@​root</code></a>_validator(allow_reuse=True) (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25235">#25235</a>) community[patch]: FAISS: ValueError mentions normalize_score_fn isntead of relevance_score_fn (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25225">#25225</a>) community: Add llm-extraction option to FireCrawl Document Loader (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25231">#25231</a>) docs: update integration api refs (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25195">#25195</a>) community[patch]: Use get_fields adapter for pydantic (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25191">#25191</a>) community[minor]: [SharePointLoader] Load extended metadata for the root folder (<a href="https://redirect.github.com/langchain-ai/langchain/issues/24872">#24872</a>) community[patch]: Upgrade pydantic extra (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25185">#25185</a>) Update polygon.py for business subscription (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25085">#25085</a>) community[patch]: gpt-4o-2024-08-06 costs (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25164">#25164</a>) docs: Standardize QianfanLLMEndpoint LLM (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25139">#25139</a>) community: Fix ValidationError on creating GPT4AllEmbeddings with no gpt4all_kwargs (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25124">#25124</a>) community: Add stock market tools from financialdatasets.ai (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25025">#25025</a>) Added bedrock 3-5 sonnet cost detials for BedrockAnthropicTokenUsageCallbackHandler (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25104">#25104</a>) [docs]: vector store integration pages (<a href="https://redirect.github.com/langchain-ai/langchain/issues/24858">#24858</a>) docs: Standardize Tongyi (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25103">#25103</a>) delete the default model value from langchain and discard the need fo… (<a href="https://redirect.github.com/langchain-ai/langchain/issues/24915">#24915</a>) Allow ConfluenceLoader authorization via Personal Access Tokens (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25096">#25096</a>) community: fix neo4j from_existing_graph (<a href="https://redirect.github.com/langchain-ai/langchain/issues/24912">#24912</a>) community: make AthenaLoader profile_name optional and fix type hint (<a href="https://redirect.github.com/langchain-ai/langchain/issues/24958">#24958</a>) community: fix issue of the existence of numeric object in <code>additional_kwargs</code> a… (<a href="https://redirect.github.com/langchain-ai/langchain/issues/24863">#24863</a>) community[patch]: Optimize test case for <code>MoonshotChat</code> (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25050">#25050</a>) community: Fix Predibase Integration for HuggingFace-hosted fine-tuned adapters (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25015">#25015</a>) docs: Standardize MiniMaxEmbeddings (<a href="https://redirect.github.com/langchain-ai/langchain/issues/24983">#24983</a>) docs: Standardize SparkLLMTextEmbeddings docstrings (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25021">#25021</a>) docs: fix kwargs docstring (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25010">#25010</a>) docs: standardizing tavily tool docs (<a href="https://redirect.github.com/langchain-ai/langchain/issues/24736">#24736</a>)</p> <h2>langchain-community==0.2.11</h2> <p>Changes since langchain-community==0.2.10</p> <p>community[patch]: Release 0.2.11 (<a href="https://redirect.github.com/langchain-ai/langchain/issues/24989">#24989</a>) community[patch]: support named arguments in github toolkit (<a href="https://redirect.github.com/langchain-ai/langchain/issues/24986">#24986</a>) community[patch]: Add test case for MoonshotChat (<a href="https://redirect.github.com/langchain-ai/langchain/issues/24960">#24960</a>) community[patch]: adding artifact to Tavily search (<a href="https://redirect.github.com/langchain-ai/langchain/issues/24376">#24376</a>) docs: Standardize ZhipuAIEmbeddings docstrings (<a href="https://redirect.github.com/langchain-ai/langchain/issues/24933">#24933</a>) community[patch]: Invoke on_llm_new_token callback before yielding chunk (<a href="https://redirect.github.com/langchain-ai/langchain/issues/24938">#24938</a>) community[patch]: support bind_tools for ChatMlflow (<a href="https://redirect.github.com/langchain-ai/langchain/issues/24547">#24547</a>) community: Fix KeyError in NotionDB loader when 'name' is missing (<a href="https://redirect.github.com/langchain-ai/langchain/issues/24224">#24224</a>)</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/langchain-ai/langchain/commit/2907ab2297a98ea128a99046bbddf3af2c568b53"><code>2907ab2</code></a> community: release 0.2.12 (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25324">#25324</a>)</li> <li><a href="https://github.com/langchain-ai/langchain/commit/06f8bd9946f8b42e15766fbffdbf205466d91bf9"><code>06f8bd9</code></a> langchain: release 0.2.13 (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25323">#25323</a>)</li> <li><a href="https://github.com/langchain-ai/langchain/commit/252f0877d1e18887c30f59f70d4118f4c08124c0"><code>252f087</code></a> core: release 0.2.30 (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25321">#25321</a>)</li> <li><a href="https://github.com/langchain-ai/langchain/commit/217a915b29319425c19d1eb39b591dc5f5902852"><code>217a915</code></a> openai: Update API Reference docs for AzureOpenAI Embeddings (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25312">#25312</a>)</li> <li><a href="https://github.com/langchain-ai/langchain/commit/056c7c298366c7d2ddd529f40d76eda6acb98880"><code>056c7c2</code></a> core[patch]: Update API reference for fake embeddings (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25313">#25313</a>)</li> <li><a href="https://github.com/langchain-ai/langchain/commit/1adc161642c3fbe4488e5dd8a366d8fc3951258e"><code>1adc161</code></a> community: kwargs for CassandraGraphVectorStore (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25300">#25300</a>)</li> <li><a href="https://github.com/langchain-ai/langchain/commit/deb27d89701038bd1362a4171631b867935e6fba"><code>deb27d8</code></a> docs: remove unused imports in Conversational RAG tutorial (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25297">#25297</a>)</li> <li><a href="https://github.com/langchain-ai/langchain/commit/5efd0fe9ae03c00f7d236017168c951c1a7658d3"><code>5efd0fe</code></a> docs: Change SqliteSaver to MemorySaver (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25306">#25306</a>)</li> <li><a href="https://github.com/langchain-ai/langchain/commit/1c9917dfa2239f246a9edaaf140d6818384b79f4"><code>1c9917d</code></a> fireworks[patch]: Fix doc-string for API Referenmce (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25304">#25304</a>)</li> <li><a href="https://github.com/langchain-ai/langchain/commit/ccff1ba8b852e6c768ffae4aa3b36d4d8e292951"><code>ccff1ba</code></a> ai21[patch]: Update API reference documentation (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25302">#25302</a>)</li> <li>Additional commits viewable in <a href="https://github.com/langchain-ai/langchain/compare/langchain-community==0.2.10...langchain-community==0.2.12">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=langchain-community&package-manager=pip&previous-version=0.2.10&new-version=0.2.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-06 03:12:35 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#60415