From 8be18c8e11f66b9d922e0927b3d0d01020c072bc Mon Sep 17 00:00:00 2001 From: Braelyn Boynton Date: Fri, 19 Apr 2024 20:05:47 -0700 Subject: [PATCH] agentops update --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cd11eaad4..a3e597263 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.5" +agentops = "^0.1.6" [tool.poetry.extras] tools = ["crewai-tools"]