Skip to content

Comments

Upgrade: [dependabot] - Update semantic-text-splitter requirement from ^0.11.0 to ^0.27.0#3

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/semantic-text-splitter-tw-0.27.0
Closed

Upgrade: [dependabot] - Update semantic-text-splitter requirement from ^0.11.0 to ^0.27.0#3
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/semantic-text-splitter-tw-0.27.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 7, 2025

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

Release notes

Sourced from semantic-text-splitter's releases.

v0.27.0

What's New

  • Updated tiktoken-rs to v0.7.0

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

Changelog

Sourced from semantic-text-splitter's changelog.

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

  • MSRV updated to 1.81.0

v0.24.1

What's New

Added a new chunk_char_indices method to the Rust splitters.

use text_splitter::{Characters, ChunkCharIndex, TextSplitter};
</tr></table> 

... (truncated)

Commits
  • bada552 v0.27.0
  • d89e429 chore(deps): bump the minor group in /docs with 5 updates
  • da4159f chore(deps): bump bitflags from 2.8.0 to 2.9.1 in the minor group
  • 9c14d1a chore(deps): bump the minor group with 3 updates
  • 7a61df0 chore(deps): bump the minor group in /docs with 5 updates
  • eb11874 chore(deps): bump the minor group in /docs with 4 updates
  • 5d9b869 chore(deps): bump rustversion from 1.0.20 to 1.0.21 in the minor group
  • 5dea36f chore(deps): bump the minor group in /docs with 3 updates
  • 12e3c90 chore(deps): bump the minor group in /docs with 4 updates
  • 9176177 chore(deps): bump the minor group across 1 directory with 3 updates
  • Additional commits viewable in compare view

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 7, 2025
@dependabot dependabot bot force-pushed the dependabot/pip/semantic-text-splitter-tw-0.27.0 branch 3 times, most recently from 60beec1 to 7053615 Compare July 9, 2025 15:36
Updates the requirements on [semantic-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.11.0...v0.27.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/semantic-text-splitter-tw-0.27.0 branch from 7053615 to d6a5bf3 Compare July 13, 2025 23:12
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 15, 2025

Looks like semantic-text-splitter is no longer a dependency, so this is no longer needed.

@dependabot dependabot bot closed this Jul 15, 2025
@dependabot dependabot bot deleted the dependabot/pip/semantic-text-splitter-tw-0.27.0 branch July 15, 2025 14:38
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 python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants