core[patch]: Release 0.2.15 (#24149)
core[patch]: Update styles for mermaid graphs (#24147)
core[patch]: propagate parse_docstring to tool decorator (#24123)
core[patch]: Clean up indexing test code (#24139)
core[patch]: add versionadded to as_tool (#24138)
core: release 0.2.14, remove poetry 1.7 incompatible flag from root (#24137)
core: Add metadata to graph json repr (#24131)
core: fix docstring (#24129)
core: mermaid: Render metadata key-value pairs when drawing mermaid graph (#24103)
core[minor]: Add dispatching for custom events (#24080)
langchain==0.2.15
Changes since langchain==0.2.14
langchain[patch]: Release 0.2.15 (#25802)
date_time_parser (#25763)
all: Improve make lint command (#25344)
docs: api ref to new site somewheres (#25679)
core: pydantic output parser streaming fix (#24415)
langchain: Fix type warnings when passing Runnable as agent to AgentExecutor (#24750)
fix issue: cannot use document_variable_name to override context in create_stuff_documents_chain (#25531)
docs: fix Agent deprecation msg (#25464)
[experimental]: minor fix to open assistants code (#24682)
langchain[patch]: deprecate various chains (#25310)
langchain-community==0.2.15
Changes since langchain-community==0.2.14
community[patch]: bump + fix core dep (#25901)
community: Fix branch not being considered when using GithubFileLoader (#20075)
community: Fix a bug in handling kwargs overwrites in Predibase integration, and update the documentation. (#25893)
qdrant: Updated class check in Self-Query Retriever factory (#25877)
community: Fixed infinity embeddings async request (#25882)
community:Fix a bug of LLM in moonshot (#25878)
Improvement[Community] Add tool-calling test case for ChatZhipuAI (#25884)
add neo4j query constructor for self query (#25288)
"community: release 0.2.15" (#25867)
community: undo azure_ad_access_token breaking change (#25818)
community: Cap AzureOpenAIEmbeddings chunk_size at 2048 instead of 16. (#25852)
added octoai test (#21793)
premai[patch]: Standardize premai params (#21513)
community(sparkllm): Add function call support in Sparkllm chat model. (#20607)
Community: sambastudio embeddings GenericV2 API support (#25064)
community[patch]: callback before yield for _astream (gigachat) (#25834)
Patch enable to use Amazon OpenSearch Serverless(aoss) for Semantic Cache store (#25833)
comminity[patch]: fix #25575 YandexGPTs for _grpc_metadata (#25617)
community[patch]: Support passing extra params for executing functions in UCFunctionToolkit (#25652)
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/5067
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 9/1/2024
**Status:** ✅ Merged
**Merged:** 9/3/2024
**Merged by:** [@tjbck](https://github.com/tjbck)
**Base:** `dev` ← **Head:** `dependabot/pip/backend/dev/langchain-0.2.15`
---
### 📝 Commits (1)
- [`7780640`](https://github.com/open-webui/open-webui/commit/7780640938fde27493ac8cd5f4c21912dd2f25e5) build(deps): bump langchain from 0.2.14 to 0.2.15 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](https://github.com/langchain-ai/langchain) from 0.2.14 to 0.2.15.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/langchain-ai/langchain/releases">langchain's releases</a>.</em></p>
<blockquote>
<h2>langchain-core==0.2.15</h2>
<p>Changes since langchain-core==0.2.13</p>
<p>core[patch]: Release 0.2.15 (<a href="https://redirect.github.com/langchain-ai/langchain/issues/24149">#24149</a>)
core[patch]: Update styles for mermaid graphs (<a href="https://redirect.github.com/langchain-ai/langchain/issues/24147">#24147</a>)
core[patch]: propagate <code>parse_docstring</code> to tool decorator (<a href="https://redirect.github.com/langchain-ai/langchain/issues/24123">#24123</a>)
core[patch]: Clean up indexing test code (<a href="https://redirect.github.com/langchain-ai/langchain/issues/24139">#24139</a>)
core[patch]: add versionadded to <code>as_tool</code> (<a href="https://redirect.github.com/langchain-ai/langchain/issues/24138">#24138</a>)
core: release 0.2.14, remove poetry 1.7 incompatible flag from root (<a href="https://redirect.github.com/langchain-ai/langchain/issues/24137">#24137</a>)
core: Add metadata to graph json repr (<a href="https://redirect.github.com/langchain-ai/langchain/issues/24131">#24131</a>)
core: fix docstring (<a href="https://redirect.github.com/langchain-ai/langchain/issues/24129">#24129</a>)
core: mermaid: Render metadata key-value pairs when drawing mermaid graph (<a href="https://redirect.github.com/langchain-ai/langchain/issues/24103">#24103</a>)
core[minor]: Add dispatching for custom events (<a href="https://redirect.github.com/langchain-ai/langchain/issues/24080">#24080</a>)</p>
<h2>langchain==0.2.15</h2>
<p>Changes since langchain==0.2.14</p>
<p>langchain[patch]: Release 0.2.15 (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25802">#25802</a>)
date_time_parser (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25763">#25763</a>)
all: Improve make lint command (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25344">#25344</a>)
docs: api ref to new site somewheres (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25679">#25679</a>)
core: pydantic output parser streaming fix (<a href="https://redirect.github.com/langchain-ai/langchain/issues/24415">#24415</a>)
langchain: Fix type warnings when passing Runnable as agent to AgentExecutor (<a href="https://redirect.github.com/langchain-ai/langchain/issues/24750">#24750</a>)
fix issue: cannot use document_variable_name to override context in create_stuff_documents_chain (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25531">#25531</a>)
docs: fix Agent deprecation msg (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25464">#25464</a>)
[experimental]: minor fix to open assistants code (<a href="https://redirect.github.com/langchain-ai/langchain/issues/24682">#24682</a>)
langchain[patch]: deprecate various chains (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25310">#25310</a>)</p>
<h2>langchain-community==0.2.15</h2>
<p>Changes since langchain-community==0.2.14</p>
<p>community[patch]: bump + fix core dep (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25901">#25901</a>)
community: Fix branch not being considered when using GithubFileLoader (<a href="https://redirect.github.com/langchain-ai/langchain/issues/20075">#20075</a>)
community: Fix a bug in handling kwargs overwrites in Predibase integration, and update the documentation. (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25893">#25893</a>)
qdrant: Updated class check in Self-Query Retriever factory (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25877">#25877</a>)
community: Fixed infinity embeddings async request (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25882">#25882</a>)
community:Fix a bug of LLM in moonshot (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25878">#25878</a>)
Improvement[Community] Add tool-calling test case for <code>ChatZhipuAI</code> (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25884">#25884</a>)
add neo4j query constructor for self query (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25288">#25288</a>)
"community: release 0.2.15" (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25867">#25867</a>)
community: undo azure_ad_access_token breaking change (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25818">#25818</a>)
community: Cap AzureOpenAIEmbeddings chunk_size at 2048 instead of 16. (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25852">#25852</a>)
added octoai test (<a href="https://redirect.github.com/langchain-ai/langchain/issues/21793">#21793</a>)
premai[patch]: Standardize premai params (<a href="https://redirect.github.com/langchain-ai/langchain/issues/21513">#21513</a>)
community(sparkllm): Add function call support in Sparkllm chat model. (<a href="https://redirect.github.com/langchain-ai/langchain/issues/20607">#20607</a>)
Community: sambastudio embeddings GenericV2 API support (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25064">#25064</a>)
community[patch]: callback before yield for _astream (gigachat) (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25834">#25834</a>)
Patch enable to use Amazon OpenSearch Serverless(aoss) for Semantic Cache store (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25833">#25833</a>)
comminity[patch]: fix <a href="https://redirect.github.com/langchain-ai/langchain/issues/25575">#25575</a> YandexGPTs for _grpc_metadata (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25617">#25617</a>)
community[patch]: Support passing extra params for executing functions in UCFunctionToolkit (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25652">#25652</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/0d3fd0aeb9a1f73b06194977089220c7a40a3b3d"><code>0d3fd0a</code></a> langchain[patch]: Release 0.2.15 (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25802">#25802</a>)</li>
<li><a href="https://github.com/langchain-ai/langchain/commit/25a6790e1a0b9b3b56066bdee3efddd634cac11f"><code>25a6790</code></a> community[patch]: Minor Improvement of extract hyperlinks tool output (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25728">#25728</a>)</li>
<li><a href="https://github.com/langchain-ai/langchain/commit/ff0df5ea15a665ce8617b6679dc7c19936e8b69d"><code>ff0df5e</code></a> core[patch]: Add B(bugbear) ruff rules (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25520">#25520</a>)</li>
<li><a href="https://github.com/langchain-ai/langchain/commit/d5ddaac1fcc48349e4b17290d7ddc78a95b6d7a1"><code>d5ddaac</code></a> docs minor fix (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25794">#25794</a>)</li>
<li><a href="https://github.com/langchain-ai/langchain/commit/3c784e10a83862ac122668bcdcc93b4881fc2e9e"><code>3c784e1</code></a> docs: improve docs for InMemoryVectorStore (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25786">#25786</a>)</li>
<li><a href="https://github.com/langchain-ai/langchain/commit/1023fbc98a098182d5a23402da541699f9717a89"><code>1023fbc</code></a> databricks: mv to partner repo (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25788">#25788</a>)</li>
<li><a href="https://github.com/langchain-ai/langchain/commit/2e5c379632b0159acd39a2e7627c688f1bd9c2eb"><code>2e5c379</code></a> openai[patch]: fix get_num_tokens for function calls (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25785">#25785</a>)</li>
<li><a href="https://github.com/langchain-ai/langchain/commit/2aa35d80a05119689babf942c09cc424a70f0d9f"><code>2aa35d8</code></a> docs, infra: cerebras docs, update docs template linting with better error (#...</li>
<li><a href="https://github.com/langchain-ai/langchain/commit/48b579f6b51bb67b4d9b943717f8e9f357f451f9"><code>48b579f</code></a> date_time_parser (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25763">#25763</a>)</li>
<li><a href="https://github.com/langchain-ai/langchain/commit/f359e6b0a527a1cc0d486b128a1cf4d48e1f2b24"><code>f359e6b</code></a> Add mmr to neo4j vector (<a href="https://redirect.github.com/langchain-ai/langchain/issues/25765">#25765</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/langchain-ai/langchain/compare/langchain==0.2.14...langchain==0.2.15">compare view</a></li>
</ul>
</details>
<br />
[](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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/5067
Author: @dependabot[bot]
Created: 9/1/2024
Status: ✅ Merged
Merged: 9/3/2024
Merged by: @tjbck
Base:
dev← Head:dependabot/pip/backend/dev/langchain-0.2.15📝 Commits (1)
7780640build(deps): bump langchain from 0.2.14 to 0.2.15 in /backend📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
backend/requirements.txt(+1 -1)📄 Description
Bumps langchain from 0.2.14 to 0.2.15.
Release notes
Sourced from langchain's releases.
... (truncated)
Commits
0d3fd0alangchain[patch]: Release 0.2.15 (#25802)25a6790community[patch]: Minor Improvement of extract hyperlinks tool output (#25728)ff0df5ecore[patch]: Add B(bugbear) ruff rules (#25520)d5ddaacdocs minor fix (#25794)3c784e1docs: improve docs for InMemoryVectorStore (#25786)1023fbcdatabricks: mv to partner repo (#25788)2e5c379openai[patch]: fix get_num_tokens for function calls (#25785)2aa35d8docs, infra: cerebras docs, update docs template linting with better error (#...48b579fdate_time_parser (#25763)f359e6bAdd mmr to neo4j vector (#25765)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.