From 0b9e753c2f3b90e5a44e202a4b8604e67d8c4879 Mon Sep 17 00:00:00 2001 From: Thiago Moretto Date: Fri, 30 Aug 2024 11:52:53 -0300 Subject: [PATCH] Add comment to warn about dro simple_toml_parser --- src/crewai/cli/deploy/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/crewai/cli/deploy/utils.py b/src/crewai/cli/deploy/utils.py index 140e486a8..7579785df 100644 --- a/src/crewai/cli/deploy/utils.py +++ b/src/crewai/cli/deploy/utils.py @@ -13,6 +13,7 @@ if sys.version_info >= (3, 11): import tomllib +# Drop the simple_toml_parser when we move to python3.11 def simple_toml_parser(content): result = {} current_section = result