Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 8, 2025

Updates the requirements on text-splitter to permit the latest version.

Release notes

Sourced from text-splitter's releases.

v0.28.0

What's Changed

  • Updated tokenizers to v0.22

Python

  • Minimum Python version updated to 3.10

Full Changelog: benbrandt/text-splitter@v0.27.0...v0.28.0

Changelog

Sourced from text-splitter's changelog.

v0.28.0

What's New

  • Updated tokenizers to v0.22

Python

  • Minimum Python version updated to 3.10

v0.27.0

What's New

  • Updated tiktoken-rs to v0.7.0

v0.26.0

What's New

  • Updated to icu v2.0 for all unicode segmentation.
  • Minimum Rust version updated to 1.82.0

v0.25.1

What's New

  • Use memchr crate instead of regex for parsing phase in TextSplitter. This should improve performance in how quickly the text is parsed when scanning for newline characters.
  • Implement ChunkSizer trait automatically for many more wrappers and references to types that already implement ChunkSizer.

v0.25.0

Breaking Changes

Rust

  • Remove support for rust-tokenizers crate. This crate hasn't been updated in several years and brings in depednencies that have security warnings.

What's New

  • Use faster encoding method for tokenizers library, which improves performance with usage of huggingface tokenizers.

v0.24.2

Fixes

  • Python packages target a newer version of libc to hopefully fix header file issues with tree-sitter.

What's New

... (truncated)

Commits
  • d2c22d6 Fix deprecation warnings and bump min python version
  • 4cd2fc1 cargo update
  • 05bea10 bump 0.28
  • 1e386dd chore(deps): bump the minor group in /docs with 2 updates
  • a758a7b chore(deps): bump log from 0.4.27 to 0.4.28 in the minor group
  • db81260 chore(deps): bump the minor group across 1 directory with 10 updates
  • 75e3c61 chore(deps): bump the minor group in /docs with 35 updates
  • b04ced8 chore(deps): bump potential_utf from 0.1.2 to 0.1.3 in the minor group
  • 032d2c1 chore(deps): bump @​emnapi/runtime in /docs in the minor group
  • 529a3f3 chore(deps): bump the minor group with 2 updates
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Updates the requirements on [text-splitter](https://github.com/benbrandt/text-splitter) to permit the latest version.
- [Release notes](https://github.com/benbrandt/text-splitter/releases)
- [Changelog](https://github.com/benbrandt/text-splitter/blob/main/CHANGELOG.md)
- [Commits](benbrandt/text-splitter@v0.24.1...v0.28.0)

---
updated-dependencies:
- dependency-name: text-splitter
  dependency-version: 0.28.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Sep 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant