From ff76715cd2a1d636410e0dba4852d0ab972930c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elijas=20Dap=C5=A1auskas?= <4084885+Elijas@users.noreply.github.com> Date: Fri, 19 Apr 2024 08:44:08 +0300 Subject: [PATCH] Allow minor version patches to `python-dotenv` (#339) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: João Moura --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f4c3f915f..01436da07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ instructor = "^0.5.2" regex = "^2023.12.25" crewai-tools = { version = "^0.1.7", optional = true } click = "^8.1.7" -python-dotenv = "1.0.0" +python-dotenv = "^1.0.0" embedchain = "^0.1.98" appdirs = "^1.4.4"