Bumps the other-deps group with 1 update in the /libs/text-splitters directory: [transformers](https://github.com/huggingface/transformers). Updates `transformers` from 5.1.0 to 5.2.0 <details> <summary>Commits</summary> <ul> <li><a href="7d9754a051"><code>7d9754a</code></a> Fix unprotected torch import (<a href="https://redirect.github.com/huggingface/transformers/issues/44055">#44055</a>)</li> <li><a href="a0a3d294b6"><code>a0a3d29</code></a> Fix peft conversion typo (<a href="https://redirect.github.com/huggingface/transformers/issues/44053">#44053</a>)</li> <li><a href="2096db0aa1"><code>2096db0</code></a> v5.2.0</li> <li><a href="73ecc5e314"><code>73ecc5e</code></a> [fix][wip] GlmMoeDsa: try implement DSA (<a href="https://redirect.github.com/huggingface/transformers/issues/43912">#43912</a>)</li> <li><a href="349e00c1a3"><code>349e00c</code></a> Fix early image processor return not raising error (<a href="https://redirect.github.com/huggingface/transformers/issues/43981">#43981</a>)</li> <li><a href="2bd902dbc4"><code>2bd902d</code></a> Update assignee for generate in bug report template (<a href="https://redirect.github.com/huggingface/transformers/issues/44042">#44042</a>)</li> <li><a href="2546978b80"><code>2546978</code></a> Add a dim check mechanism in Transpose and fix qwen3_vl_moe weight mapping (#...</li> <li><a href="08c4ad95d4"><code>08c4ad9</code></a> fix(models): Unpack BitNet packed weights to fix CI failure (<a href="https://redirect.github.com/huggingface/transformers/issues/43721">#43721</a>)</li> <li><a href="53f8a08290"><code>53f8a08</code></a> SINQ quantization strategy integration (adapted for Transformers V5) (<a href="https://redirect.github.com/huggingface/transformers/issues/43112">#43112</a>)</li> <li><a href="9a9231632e"><code>9a92316</code></a> split out accelerator args builder method (<a href="https://redirect.github.com/huggingface/transformers/issues/43987">#43987</a>)</li> <li>Additional commits viewable in <a href="https://github.com/huggingface/transformers/compare/v5.1.0...v5.2.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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
🦜✂️ LangChain Text Splitters
Looking for the JS/TS version? Check out LangChain.js.
Quick Install
pip install langchain-text-splitters
🤔 What is this?
LangChain Text Splitters contains utilities for splitting into chunks a wide variety of text documents.
📖 Documentation
For full documentation, see the API reference.
📕 Releases & Versioning
See our Releases and Versioning policies.
We encourage pinning your version to a specific version in order to avoid breaking your CI when we publish new tests. We recommend upgrading to the latest version periodically to make sure you have the latest tests.
Not pinning your version will ensure you always have the latest tests, but it may also break your CI if we introduce tests that your integration doesn't pass.
💁 Contributing
As an open-source project in a rapidly developing field, we are extremely open to contributions, whether it be in the form of a new feature, improved infrastructure, or better documentation.
For detailed information on how to contribute, see the Contributing Guide.