Skip to content

Commit

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

---
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 Nov 15, 2023
1 parent bd3fe60 commit 9c12fbc
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.6"
tiktoken-rs = "0.5.7"
tokenizers = { version = "0.14.1", default_features = false, features = [
"onig",
] }

0 comments on commit 9c12fbc

Please sign in to comment.