From 906a5bd8eca53908cc61a9d6b7d56a76fde577fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moura?= Date: Fri, 19 Apr 2024 22:54:57 -0300 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 89b345fbe..7f4ad832b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ click = "^8.1.7" python-dotenv = "1.0.0" embedchain = "^0.1.98" appdirs = "^1.4.4" -agentops = "^0.1.1" +agentops = { version = "^0.1.1", optional = true } [tool.poetry.extras] tools = ["crewai-tools"]