Skip to content

Commit

Permalink
Bump tiktoken-rs from 0.5.4 to 0.5.5 in /bindings/python (#51)
Browse files Browse the repository at this point in the history
Bumps [tiktoken-rs](https://github.com/zurawiki/tiktoken-rs) from 0.5.4 to 0.5.5.
- [Release notes](https://github.com/zurawiki/tiktoken-rs/releases)
- [Commits](zurawiki/tiktoken-rs@v0.5.4...v0.5.5)

---
updated-dependencies:
- dependency-name: tiktoken-rs
  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 Oct 17, 2023
1 parent 090318b commit c0ddc6c
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 @@ -16,7 +16,7 @@ crate-type = ["cdylib"]
[dependencies]
pyo3 = { version = "0.20.0", features = ["abi3-py37"] }
text-splitter = { version = "0.4.4", features = ["tiktoken-rs", "tokenizers"] }
tiktoken-rs = "0.5.4"
tiktoken-rs = "0.5.5"
tokenizers = { version = "0.14.1", default_features = false, features = [
"onig",
] }

0 comments on commit c0ddc6c

Please sign in to comment.