Skip to content

Commit

Permalink
Bump tokenizers from 0.15.0 to 0.15.1 in /bindings/python (#88)
Browse files Browse the repository at this point in the history
Bumps [tokenizers](https://github.com/huggingface/tokenizers) from 0.15.0 to 0.15.1.
- [Release notes](https://github.com/huggingface/tokenizers/releases)
- [Changelog](https://github.com/huggingface/tokenizers/blob/main/RELEASE.md)
- [Commits](huggingface/tokenizers@v0.15.0...v0.15.1)

---
updated-dependencies:
- dependency-name: tokenizers
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 23, 2024
1 parent 2c474b4 commit b8469f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bindings/python/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ crate-type = ["cdylib"]
pyo3 = { version = "0.20.2", features = ["abi3-py38"] }
text-splitter = { path = "../..", features = ["tiktoken-rs", "tokenizers"] }
tiktoken-rs = "0.5.8"
tokenizers = { version = "0.15.0", default_features = false, features = [
tokenizers = { version = "0.15.1", default_features = false, features = [
"onig",
] }

0 comments on commit b8469f1

Please sign in to comment.