Skip to content

Commit b4c7878

Browse files
chore(deps): update tiktoken requirement in /backend
Updates the requirements on [tiktoken](https://github.com/openai/tiktoken) to permit the latest version. - [Release notes](https://github.com/openai/tiktoken/releases) - [Changelog](https://github.com/openai/tiktoken/blob/main/CHANGELOG.md) - [Commits](openai/tiktoken@0.8.0...0.12.0) --- updated-dependencies: - dependency-name: tiktoken dependency-version: 0.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4e65fd8 commit b4c7878

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ tree-sitter-typescript>=0.23.0
2323
# AI/ML
2424
openai>=1.54.0
2525
pinecone>=5.0.0
26-
tiktoken>=0.8.0
26+
tiktoken>=0.12.0
2727

2828
# Utils
2929
gitpython>=3.1.0

0 commit comments

Comments
 (0)