From c420a47d54ad008fa94944da2a9a3c54aaa854b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 09:13:09 +0000 Subject: [PATCH] chore(deps): bump tiktoken from 0.6.0 to 0.7.0 Bumps [tiktoken](https://github.com/openai/tiktoken) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/openai/tiktoken/releases) - [Changelog](https://github.com/openai/tiktoken/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai/tiktoken/compare/0.6.0...0.7.0) --- updated-dependencies: - dependency-name: tiktoken dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5629111..3243802 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ pinecone-client==3.2.2 -tiktoken==0.6.0 +tiktoken==0.7.0 pypdf==4.1.0 unstructured==0.13.2 langchain-community==0.0.31 diff --git a/setup.cfg b/setup.cfg index 3dde6b7..d7f5e91 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,7 +14,7 @@ python_requires = >=3.8 packages = find: install_requires = pinecone-client==3.2.2 - tiktoken==0.6.0 + tiktoken==0.7.0 pypdf==4.1.0 unstructured==0.12.6 langchain-community==0.0.31