From f7d66f51818dbdfddd0fa326f26265a3ab686b20 Mon Sep 17 00:00:00 2001 From: VinciGit00 Date: Fri, 3 May 2024 22:01:41 +0200 Subject: [PATCH] fix: bug on .toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7dcb634d..0b255da8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ langchain-groq = "0.1.3" playwright = "^1.43.0" langchain-aws = "^0.1.2" langchain-anthropic = "^0.1.11" -yahoo-search-py=="^0.3" +yahoo-search-py="^0.3" [tool.poetry.dev-dependencies] pytest = "8.0.0"