Skip to content

Commit

Permalink
Update tiktoken-rs requirement from 0.5 to 0.6
Browse files Browse the repository at this point in the history
Updates the requirements on [tiktoken-rs](https://github.com/zurawiki/tiktoken-rs) to permit the latest version.
- [Release notes](https://github.com/zurawiki/tiktoken-rs/releases)
- [Commits](zurawiki/tiktoken-rs@v0.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: tiktoken-rs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent ee843cd commit de8c530
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions crates/bpe-openai/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ serde = { version = "1" }

[dev-dependencies]
fancy-regex = "0.13"
tiktoken-rs = { version = "0.5" }
tiktoken-rs = { version = "0.6" }

[build-dependencies]
bpe = { version = "0.1.0", path = "../bpe", features = ["tiktoken-rs"] }
rmp-serde = "1"
tiktoken-rs = { version = "0.5" }
tiktoken-rs = { version = "0.6" }
serde = { version = "1" }
2 changes: 1 addition & 1 deletion crates/bpe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ itertools = "0.12"
rand = { version = "0.8", optional = true }
rmp-serde = "1"
serde = { version = "1", features = ["derive"] }
tiktoken-rs = { version = "0.5", optional = true }
tiktoken-rs = { version = "0.6", optional = true }

[dev-dependencies]
bpe = { path = ".", features = ["rand", "tiktoken-rs"] }
Expand Down

0 comments on commit de8c530

Please sign in to comment.