Skip to content

Commit

Permalink
Bump tiktoken-rs from 0.5.7 to 0.5.8 in /bindings/python
Browse files Browse the repository at this point in the history
Bumps [tiktoken-rs](https://github.com/zurawiki/tiktoken-rs) from 0.5.7 to 0.5.8.
- [Release notes](https://github.com/zurawiki/tiktoken-rs/releases)
- [Commits](zurawiki/tiktoken-rs@v0.5.7...v0.5.8)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 22, 2023
1 parent 37344c2 commit c82750b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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.5", features = ["tiktoken-rs", "tokenizers"] }
tiktoken-rs = "0.5.7"
tiktoken-rs = "0.5.8"
tokenizers = { version = "0.15.0", default_features = false, features = [
"onig",
] }

0 comments on commit c82750b

Please sign in to comment.