Skip to content

Commit

Permalink
Bump tiktoken from 0.4.0 to 0.7.0
Browse files Browse the repository at this point in the history
Bumps [tiktoken](https://github.com/openai/tiktoken) from 0.4.0 to 0.7.0.
- [Release notes](https://github.com/openai/tiktoken/releases)
- [Changelog](https://github.com/openai/tiktoken/blob/main/CHANGELOG.md)
- [Commits](openai/tiktoken@0.4.0...0.7.0)

---
updated-dependencies:
- dependency-name: tiktoken
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent c3a9637 commit 76898fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@

extra_deps['openai'] = [
'openai==1.3.8',
'tiktoken==0.4.0',
'tiktoken==0.7.0',
]

extra_deps['megablocks'] = [
Expand Down

0 comments on commit 76898fe

Please sign in to comment.