release(text-splitters): 1.1.1 (#35318)
fix(text-splitters): prevent JSFrameworkTextSplitter from mutating self._separators on each split_text() call (#35316)
chore: bump transformers from 5.1.0 to 5.2.0 in /libs/text-splitters in the other-deps group across 1 directory (#35279)
chore: bump the other-deps group across 3 directories with 2 updates (#35255)
style: bump ruff version to 0.15 (#35042)
fix: Server-Side Request Forgery (SSRF) in HTMLHeaderTextSplitter.split_text_from_url (#35196)
feat(text-splitters): add model_kwargs to SentenceTransformersTokenTextSplitter (#35113)
chore(deps): bump langsmith from 0.4.31 to 0.6.3 in /libs/text-splitters (#35162)
chore(deps): bump the other-deps group across 3 directories with 12 updates (#35127)
chore(deps): bump the other-deps group across 3 directories with 8 updates (#35120)
chore: add make type target (#35015)
revert: "chore: add typing target in Makefile" (#35013)
chore: add typing target in Makefile (#35012)
fix(text-splitters): reverse preserved elements iterator in HTMLSemanticPreservingSplitter (#34080)
chore: enrich pyproject.toml files (#34980)
chore(deps): bump the uv group across 20 directories with 3 updates (#34941)
chore: upgrade urllib3 to 2.6.3 (#34940)
style(text-splitters): lint (#34865)
fix(text-splitters): fix typo 'seperator' -> 'separator' in test docs… (#34857)
chore(deps): bump the uv group across 8 directories with 6 updates (#34773)
chore(deps): bump the uv group across 3 directories with 1 update (#34741)
chore: update twitter URLs (#34736)
style(text-splitters): fix some ruff preview rules (#34665)
chore: ban relative imports on all packages (#34691)
style: bump ruff version to 0.14.11 (#34674)
test(text-splitters): add edge case tests for CharacterTextSplitter (#34628)
fix(text-splitters): HTMLSemanticPreservingSplitter nested preserved … (#34587)
chore(deps): bump mypy to v1.19 and ruff to v1.14 (#34521)
chore(text-splitters): bump dependency locks for python 3.14 (#34522)
style(text-splitters,standard-tests,cli): add ruff TC and RUF012 rules (#34495)
style: add ruff ISC001 rule (#34493)
release(core): 1.2.3 (#34421)
feat(infra): add CI check for out of date lockfiles (#34397)
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 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/22022
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 3/1/2026
**Status:** ❌ Closed
**Base:** `dev` ← **Head:** `dependabot/uv/dev/langchain-text-splitters-1.1.1`
---
### 📝 Commits (1)
- [`95f37d6`](https://github.com/open-webui/open-webui/commit/95f37d6181971f3db0059a67f84962777d0d81fc) chore(deps): bump langchain-text-splitters from 1.1.0 to 1.1.1
### 📊 Changes
**4 files changed** (+1370 additions, -1015 deletions)
<details>
<summary>View changed files</summary>
📝 `backend/requirements-min.txt` (+1 -1)
📝 `backend/requirements.txt` (+1 -1)
📝 `pyproject.toml` (+1 -1)
📝 `uv.lock` (+1367 -1012)
</details>
### 📄 Description
Bumps [langchain-text-splitters](https://github.com/langchain-ai/langchain) from 1.1.0 to 1.1.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/langchain-ai/langchain/releases">langchain-text-splitters's releases</a>.</em></p>
<blockquote>
<h2>langchain-text-splitters==1.1.1</h2>
<p>Changes since langchain-text-splitters==1.1.0</p>
<p>release(text-splitters): 1.1.1 (<a href="https://redirect.github.com/langchain-ai/langchain/issues/35318">#35318</a>)
fix(text-splitters): prevent JSFrameworkTextSplitter from mutating self._separators on each split_text() call (<a href="https://redirect.github.com/langchain-ai/langchain/issues/35316">#35316</a>)
chore: bump transformers from 5.1.0 to 5.2.0 in /libs/text-splitters in the other-deps group across 1 directory (<a href="https://redirect.github.com/langchain-ai/langchain/issues/35279">#35279</a>)
chore: bump the other-deps group across 3 directories with 2 updates (<a href="https://redirect.github.com/langchain-ai/langchain/issues/35255">#35255</a>)
style: bump ruff version to 0.15 (<a href="https://redirect.github.com/langchain-ai/langchain/issues/35042">#35042</a>)
fix: Server-Side Request Forgery (SSRF) in HTMLHeaderTextSplitter.split_text_from_url (<a href="https://redirect.github.com/langchain-ai/langchain/issues/35196">#35196</a>)
feat(text-splitters): add model_kwargs to SentenceTransformersTokenTextSplitter (<a href="https://redirect.github.com/langchain-ai/langchain/issues/35113">#35113</a>)
chore(deps): bump langsmith from 0.4.31 to 0.6.3 in /libs/text-splitters (<a href="https://redirect.github.com/langchain-ai/langchain/issues/35162">#35162</a>)
chore(deps): bump the other-deps group across 3 directories with 12 updates (<a href="https://redirect.github.com/langchain-ai/langchain/issues/35127">#35127</a>)
chore(deps): bump the other-deps group across 3 directories with 8 updates (<a href="https://redirect.github.com/langchain-ai/langchain/issues/35120">#35120</a>)
chore: add <code>make type</code> target (<a href="https://redirect.github.com/langchain-ai/langchain/issues/35015">#35015</a>)
revert: "chore: add typing target in <code>Makefile</code>" (<a href="https://redirect.github.com/langchain-ai/langchain/issues/35013">#35013</a>)
chore: add typing target in <code>Makefile</code> (<a href="https://redirect.github.com/langchain-ai/langchain/issues/35012">#35012</a>)
fix(text-splitters): reverse preserved elements iterator in <code>HTMLSemanticPreservingSplitter</code> (<a href="https://redirect.github.com/langchain-ai/langchain/issues/34080">#34080</a>)
chore: enrich <code>pyproject.toml</code> files (<a href="https://redirect.github.com/langchain-ai/langchain/issues/34980">#34980</a>)
chore(deps): bump the uv group across 20 directories with 3 updates (<a href="https://redirect.github.com/langchain-ai/langchain/issues/34941">#34941</a>)
chore: upgrade urllib3 to 2.6.3 (<a href="https://redirect.github.com/langchain-ai/langchain/issues/34940">#34940</a>)
style(text-splitters): lint (<a href="https://redirect.github.com/langchain-ai/langchain/issues/34865">#34865</a>)
fix(text-splitters): fix typo 'seperator' -> 'separator' in test docs… (<a href="https://redirect.github.com/langchain-ai/langchain/issues/34857">#34857</a>)
chore(deps): bump the uv group across 8 directories with 6 updates (<a href="https://redirect.github.com/langchain-ai/langchain/issues/34773">#34773</a>)
chore(deps): bump the uv group across 3 directories with 1 update (<a href="https://redirect.github.com/langchain-ai/langchain/issues/34741">#34741</a>)
chore: update twitter URLs (<a href="https://redirect.github.com/langchain-ai/langchain/issues/34736">#34736</a>)
style(text-splitters): fix some ruff preview rules (<a href="https://redirect.github.com/langchain-ai/langchain/issues/34665">#34665</a>)
chore: ban relative imports on all packages (<a href="https://redirect.github.com/langchain-ai/langchain/issues/34691">#34691</a>)
style: bump ruff version to 0.14.11 (<a href="https://redirect.github.com/langchain-ai/langchain/issues/34674">#34674</a>)
test(text-splitters): add edge case tests for CharacterTextSplitter (<a href="https://redirect.github.com/langchain-ai/langchain/issues/34628">#34628</a>)
fix(text-splitters): HTMLSemanticPreservingSplitter nested preserved … (<a href="https://redirect.github.com/langchain-ai/langchain/issues/34587">#34587</a>)
chore(deps): bump mypy to v1.19 and ruff to v1.14 (<a href="https://redirect.github.com/langchain-ai/langchain/issues/34521">#34521</a>)
chore(text-splitters): bump dependency locks for python 3.14 (<a href="https://redirect.github.com/langchain-ai/langchain/issues/34522">#34522</a>)
style(text-splitters,standard-tests,cli): add ruff TC and RUF012 rules (<a href="https://redirect.github.com/langchain-ai/langchain/issues/34495">#34495</a>)
style: add ruff ISC001 rule (<a href="https://redirect.github.com/langchain-ai/langchain/issues/34493">#34493</a>)
release(core): 1.2.3 (<a href="https://redirect.github.com/langchain-ai/langchain/issues/34421">#34421</a>)
feat(infra): add CI check for out of date lockfiles (<a href="https://redirect.github.com/langchain-ai/langchain/issues/34397">#34397</a>)</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/langchain-ai/langchain/commit/269947b11f3b78eb800dd3fe12f3c07151ac9feb"><code>269947b</code></a> release(text-splitters): 1.1.1 (<a href="https://redirect.github.com/langchain-ai/langchain/issues/35318">#35318</a>)</li>
<li><a href="https://github.com/langchain-ai/langchain/commit/a9f3627229ce3c27e0046730e91e3a7e670b88a4"><code>a9f3627</code></a> fix(core): accept integer temperature values in _get_ls_params (<a href="https://redirect.github.com/langchain-ai/langchain/issues/35317">#35317</a>)</li>
<li><a href="https://github.com/langchain-ai/langchain/commit/8951c01fe8b0c6cec28e3ef82d150a17fcf9f4d7"><code>8951c01</code></a> fix(text-splitters): prevent JSFrameworkTextSplitter from mutating self._sepa...</li>
<li><a href="https://github.com/langchain-ai/langchain/commit/8323f556d9c6ad9370330ff45e78afa2df3060bd"><code>8323f55</code></a> docs(core): update load note to be precise (<a href="https://redirect.github.com/langchain-ai/langchain/issues/35309">#35309</a>)</li>
<li><a href="https://github.com/langchain-ai/langchain/commit/b0041037213ea9fde193d339c6cc654f6b2a25c4"><code>b004103</code></a> docs(perplexity): Fix docstring of <code>output_parsers.strip_think_tags()</code> (<a href="https://redirect.github.com/langchain-ai/langchain/issues/35264">#35264</a>)</li>
<li><a href="https://github.com/langchain-ai/langchain/commit/82ae4fb6fa44e521aecf2a6fee68f5fbd0a29302"><code>82ae4fb</code></a> chore: bump model profiles (<a href="https://redirect.github.com/langchain-ai/langchain/issues/35294">#35294</a>)</li>
<li><a href="https://github.com/langchain-ai/langchain/commit/a565cf85eb6792d8d0848224a2a2c3d5bdf97eee"><code>a565cf8</code></a> fix(core): prevent recursion error when args_schema is dict (<a href="https://redirect.github.com/langchain-ai/langchain/issues/35260">#35260</a>)</li>
<li><a href="https://github.com/langchain-ai/langchain/commit/0d13463e7ff6a8e328c1c30d2eac1cf95dfdfaae"><code>0d13463</code></a> feat(anthropic): add User-Agent header for Anthropic API calls (<a href="https://redirect.github.com/langchain-ai/langchain/issues/35268">#35268</a>)</li>
<li><a href="https://github.com/langchain-ai/langchain/commit/8166e0137d0f23de1ad90cf3d23b7ef6e0d9adad"><code>8166e01</code></a> chore(anthropic): add version (<a href="https://redirect.github.com/langchain-ai/langchain/issues/35293">#35293</a>)</li>
<li><a href="https://github.com/langchain-ai/langchain/commit/6fe7845cd175b0029844dbb1d2cc0f06fec6bef4"><code>6fe7845</code></a> release(openai): 1.1.10 (<a href="https://redirect.github.com/langchain-ai/langchain/issues/35292">#35292</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/langchain-ai/langchain/compare/langchain-text-splitters==1.1.0...langchain-text-splitters==1.1.1">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 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/22022
Author: @dependabot[bot]
Created: 3/1/2026
Status: ❌ Closed
Base:
dev← Head:dependabot/uv/dev/langchain-text-splitters-1.1.1📝 Commits (1)
95f37d6chore(deps): bump langchain-text-splitters from 1.1.0 to 1.1.1📊 Changes
4 files changed (+1370 additions, -1015 deletions)
View changed files
📝
backend/requirements-min.txt(+1 -1)📝
backend/requirements.txt(+1 -1)📝
pyproject.toml(+1 -1)📝
uv.lock(+1367 -1012)📄 Description
Bumps langchain-text-splitters from 1.1.0 to 1.1.1.
Release notes
Sourced from langchain-text-splitters's releases.
Commits
269947brelease(text-splitters): 1.1.1 (#35318)a9f3627fix(core): accept integer temperature values in _get_ls_params (#35317)8951c01fix(text-splitters): prevent JSFrameworkTextSplitter from mutating self._sepa...8323f55docs(core): update load note to be precise (#35309)b004103docs(perplexity): Fix docstring ofoutput_parsers.strip_think_tags()(#35264)82ae4fbchore: bump model profiles (#35294)a565cf8fix(core): prevent recursion error when args_schema is dict (#35260)0d13463feat(anthropic): add User-Agent header for Anthropic API calls (#35268)8166e01chore(anthropic): add version (#35293)6fe7845release(openai): 1.1.10 (#35292)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 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.