From 8ace859966f41b4689d84b3411f9d0a9f06e7c2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 10:31:28 +0000 Subject: [PATCH] Bump tiktoken-rs from 0.5.6 to 0.5.7 in /bindings/python 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](https://github.com/zurawiki/tiktoken-rs/compare/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] --- bindings/python/Cargo.lock | 4 ++-- bindings/python/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bindings/python/Cargo.lock b/bindings/python/Cargo.lock index b98b8e7..404b1f4 100644 --- a/bindings/python/Cargo.lock +++ b/bindings/python/Cargo.lock @@ -768,9 +768,9 @@ dependencies = [ [[package]] name = "tiktoken-rs" -version = "0.5.6" +version = "0.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1e520ded49607c6b80a4ab517f564c05e2b34f2c549dbd7b6a528caa2009dda" +checksum = "a4427b6b1c6b38215b92dd47a83a0ecc6735573d0a5a4c14acc0ac5b33b28adb" dependencies = [ "anyhow", "base64 0.21.4", diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml index ed9f221..0e18325 100644 --- a/bindings/python/Cargo.toml +++ b/bindings/python/Cargo.toml @@ -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", ] }