From d6781908506bafc76d5041792ab0786bc88fdc4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moura?= Date: Fri, 19 Apr 2024 23:18:43 -0300 Subject: [PATCH] Forcing version 0.1.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cd11eaad4..4a9e4ad9a 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.5" [tool.poetry.extras] tools = ["crewai-tools"]