release(anthropic): 1.1 (#33997)
feat(anthropic): support native structured output feature and strict tool calling (#33980)
style(langchain): fix some middleware ref syntax (#33988)
fix(anthropic): execute bash + file tools via tool node (#33960)
fix: adding missing async hooks (#33957)
release(anthropic): 1.0.3 (#33935)
feat(anthropic): support code_execution_20250825 (#33925)
chore: update README.md files (#33919)
langchain-core==1.1.0
Changes since langchain-core==1.0.8
release(core): 1.1.0 (#34063)
feat(model-profiles): distribute data across packages (#34024)
langchain-fireworks==1.1.0
Changes since langchain-fireworks==1.0.0
release(fireworks): 1.1 (#34086)
chore(fireworks): update tested models (#34070)
chore(docs): fix a few refs syntax errors (#34044)
feat(model-profiles): distribute data across packages (#34024)
chore: update README.md files (#33919)
style: some cleanup (#33857)
chore: attribute package change versions (#33854)
style: more refs fixes (#33730)
chore: update pyproject.toml url entries (#33587)
langchain-groq==1.1.0
Changes since langchain-groq==1.0.1
release: (integration packages) 1.1 (#34087)
chore(docs): fix a few refs syntax errors (#34044)
feat(model-profiles): distribute data across packages (#34024)
langchain-huggingface==1.1.0
Changes since langchain-huggingface==1.0.1
release: (integration packages) 1.1 (#34087)
feat(model-profiles): distribute data across packages (#34024)
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/19625
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 12/1/2025
**Status:** ❌ Closed
**Base:** `dev` ← **Head:** `dependabot/pip/backend/dev/langchain-1.1.0`
---
### 📝 Commits (1)
- [`01e4e42`](https://github.com/open-webui/open-webui/commit/01e4e42f1153715404b4086f9b17d3bb9e5246e9) chore(deps): bump langchain from 0.3.27 to 1.1.0 in /backend
### 📊 Changes
**2 files changed** (+2 additions, -2 deletions)
<details>
<summary>View changed files</summary>
📝 `backend/requirements-min.txt` (+1 -1)
📝 `backend/requirements.txt` (+1 -1)
</details>
### 📄 Description
Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.3.27 to 1.1.0.
<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-qdrant==1.1.0</h2>
<p>Changes since langchain-qdrant==1.0.0</p>
<p>release(qdrant): 1.1.0 (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33638">#33638</a>)
feat(qdrant): Use Qdrant's built-in MMR search (<a href="https://redirect.github.com/langchain-ai/langchain/issues/32302">#32302</a>)
chore: update <code>pyproject.toml</code> url entries (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33587">#33587</a>)</p>
<h2>langchain-anthropic==1.1.0</h2>
<p>Changes since langchain-anthropic==1.0.4</p>
<p>release(anthropic): 1.1 (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33997">#33997</a>)
feat(anthropic): support native structured output feature and strict tool calling (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33980">#33980</a>)
style(langchain): fix some middleware ref syntax (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33988">#33988</a>)
fix(anthropic): execute bash + file tools via tool node (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33960">#33960</a>)
fix: adding missing async hooks (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33957">#33957</a>)
release(anthropic): 1.0.3 (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33935">#33935</a>)
feat(anthropic): support code_execution_20250825 (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33925">#33925</a>)
chore: update <code>README.md</code> files (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33919">#33919</a>)</p>
<h2>langchain-core==1.1.0</h2>
<p>Changes since langchain-core==1.0.8</p>
<p>release(core): 1.1.0 (<a href="https://redirect.github.com/langchain-ai/langchain/issues/34063">#34063</a>)
feat(model-profiles): distribute data across packages (<a href="https://redirect.github.com/langchain-ai/langchain/issues/34024">#34024</a>)</p>
<h2>langchain-fireworks==1.1.0</h2>
<p>Changes since langchain-fireworks==1.0.0</p>
<p>release(fireworks): 1.1 (<a href="https://redirect.github.com/langchain-ai/langchain/issues/34086">#34086</a>)
chore(fireworks): update tested models (<a href="https://redirect.github.com/langchain-ai/langchain/issues/34070">#34070</a>)
chore(docs): fix a few refs syntax errors (<a href="https://redirect.github.com/langchain-ai/langchain/issues/34044">#34044</a>)
feat(model-profiles): distribute data across packages (<a href="https://redirect.github.com/langchain-ai/langchain/issues/34024">#34024</a>)
chore: update <code>README.md</code> files (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33919">#33919</a>)
style: some cleanup (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33857">#33857</a>)
chore: attribute package change versions (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33854">#33854</a>)
style: more refs fixes (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33730">#33730</a>)
chore: update <code>pyproject.toml</code> url entries (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33587">#33587</a>)</p>
<h2>langchain-groq==1.1.0</h2>
<p>Changes since langchain-groq==1.0.1</p>
<p>release: (integration packages) 1.1 (<a href="https://redirect.github.com/langchain-ai/langchain/issues/34087">#34087</a>)
chore(docs): fix a few refs syntax errors (<a href="https://redirect.github.com/langchain-ai/langchain/issues/34044">#34044</a>)
feat(model-profiles): distribute data across packages (<a href="https://redirect.github.com/langchain-ai/langchain/issues/34024">#34024</a>)</p>
<h2>langchain-huggingface==1.1.0</h2>
<p>Changes since langchain-huggingface==1.0.1</p>
<p>release: (integration packages) 1.1 (<a href="https://redirect.github.com/langchain-ai/langchain/issues/34087">#34087</a>)
feat(model-profiles): distribute data across packages (<a href="https://redirect.github.com/langchain-ai/langchain/issues/34024">#34024</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/9c21f83e82234b4a57f770fb5916feb83c906c7a"><code>9c21f83</code></a> release(langchain): 1.1 (<a href="https://redirect.github.com/langchain-ai/langchain/issues/34090">#34090</a>)</li>
<li><a href="https://github.com/langchain-ai/langchain/commit/880652b7138b1fa22839249889dff6d4cd3f4105"><code>880652b</code></a> release: (integration packages): 1.1 (<a href="https://redirect.github.com/langchain-ai/langchain/issues/34088">#34088</a>)</li>
<li><a href="https://github.com/langchain-ai/langchain/commit/4ab94579ad36c603c38451863004a027ca55e40b"><code>4ab9457</code></a> feat(langchain): support <code>SystemMessage</code> in <code>create_agent</code>'s <code>system_prompt</code> ...</li>
<li><a href="https://github.com/langchain-ai/langchain/commit/eb0545a1733fd88eb8bd99019a7b007469dd9373"><code>eb0545a</code></a> release: (integration packages) 1.1 (<a href="https://redirect.github.com/langchain-ai/langchain/issues/34087">#34087</a>)</li>
<li><a href="https://github.com/langchain-ai/langchain/commit/a2e389de9f2b0c777e6fd99da7489db53c824c09"><code>a2e389d</code></a> release(fireworks): 1.1 (<a href="https://redirect.github.com/langchain-ai/langchain/issues/34086">#34086</a>)</li>
<li><a href="https://github.com/langchain-ai/langchain/commit/01573c1375d2912447e92e484ebebb3a0b5eb025"><code>01573c1</code></a> fix(core): <code>ensure_ascii=False</code> in <code>PydanticOutputParser</code> exception formattin...</li>
<li><a href="https://github.com/langchain-ai/langchain/commit/2ba3ce81a634db908daeb8045701c2159923419b"><code>2ba3ce8</code></a> fix(openai): make GPT-5 temperature validation case-insensitive (<a href="https://redirect.github.com/langchain-ai/langchain/issues/34012">#34012</a>)</li>
<li><a href="https://github.com/langchain-ai/langchain/commit/2a863727f9a38296a19bfc0e6d76c8b2bda7dddd"><code>2a86372</code></a> fix(infra,core): nits (<a href="https://redirect.github.com/langchain-ai/langchain/issues/34079">#34079</a>)</li>
<li><a href="https://github.com/langchain-ai/langchain/commit/30e2260e269c3c510ab5734a643076cd6e40b6e5"><code>30e2260</code></a> fix(core): Decouple provider prefix from model name in init_chat_mode… (<a href="https://redirect.github.com/langchain-ai/langchain/issues/34046">#34046</a>)</li>
<li><a href="https://github.com/langchain-ai/langchain/commit/cbaea351b2c6da407184512bc79b827666eaad98"><code>cbaea35</code></a> style(core,langchain-classic,openai): fix griffe warnings (<a href="https://redirect.github.com/langchain-ai/langchain/issues/34074">#34074</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/langchain-ai/langchain/compare/langchain==0.3.27...langchain==1.1.0">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/19625
Author: @dependabot[bot]
Created: 12/1/2025
Status: ❌ Closed
Base:
dev← Head:dependabot/pip/backend/dev/langchain-1.1.0📝 Commits (1)
01e4e42chore(deps): bump langchain from 0.3.27 to 1.1.0 in /backend📊 Changes
2 files changed (+2 additions, -2 deletions)
View changed files
📝
backend/requirements-min.txt(+1 -1)📝
backend/requirements.txt(+1 -1)📄 Description
Bumps langchain from 0.3.27 to 1.1.0.
Release notes
Sourced from langchain's releases.
... (truncated)
Commits
9c21f83release(langchain): 1.1 (#34090)880652brelease: (integration packages): 1.1 (#34088)4ab9457feat(langchain): supportSystemMessageincreate_agent'ssystem_prompt...eb0545arelease: (integration packages) 1.1 (#34087)a2e389drelease(fireworks): 1.1 (#34086)01573c1fix(core):ensure_ascii=FalseinPydanticOutputParserexception formattin...2ba3ce8fix(openai): make GPT-5 temperature validation case-insensitive (#34012)2a86372fix(infra,core): nits (#34079)30e2260fix(core): Decouple provider prefix from model name in init_chat_mode… (#34046)cbaea35style(core,langchain-classic,openai): fix griffe warnings (#34074)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.