From d0c7a07647521b4f3037c4869e366c9f9ba4ea78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 06:39:10 +0000 Subject: [PATCH] Bump python-dotenv from 1.0.0 to 1.0.1 Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: python-dotenv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9fa1c49..3a3017c 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ install_requires=[ 'tenacity>=8.0.1', 'tiktoken>=0.3.3', - 'python-dotenv==1.0.0', + 'python-dotenv==1.0.1', 'anthropic==0.7.4', 'faiss-cpu==1.7.4', 'databricks-vectorsearch>=0.16',