Skip to content

Commit

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

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

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 May 16, 2023
1 parent 3320524 commit 3c0eb5a
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
64 changes: 32 additions & 32 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.9"
openai = "^0.27.6"
tiktoken = ">=0.2,<0.4"
tiktoken = ">=0.2,<0.5"
colorama = "^0.4.6"
cryptography = "^40.0.2"
click = "^8.1.3"
Expand Down

0 comments on commit 3c0eb5a

Please sign in to comment.