From 25637734479a0da293860cf404a618eb5f49c7e2 Mon Sep 17 00:00:00 2001 From: Lorenzo Padoan Date: Sat, 11 May 2024 10:13:41 +0200 Subject: [PATCH] fix: crash asyncio due dependency version --- pyproject.toml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 498ac4c0..70c1d268 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,24 +25,24 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.9" langchain = "0.1.15" -langchain-openai = "^0.1.6" -langchain-google-genai = "^1.0.3" -langchain-groq = "^0.1.3" -langchain-aws = "^0.1.3" -langchain-anthropic = "^0.1.11" -html2text = "^2024.2.26" -faiss-cpu = "^1.8.0" -beautifulsoup4 = "^4.12.3" -pandas = "^2.2.2" -python-dotenv = "^1.0.1" -tiktoken = "^0.6.0" -tqdm = "^4.66.4" -graphviz = "^0.20.3" -minify-html = "^0.15.0" -free-proxy = "^1.1.1" -playwright = "^1.43.0" -google = "^3.0.0" -yahoo-search-py = "^0.3" +langchain-openai = "0.1.6" +langchain-google-genai = "1.0.3" +langchain-groq = "0.1.3" +langchain-aws = "0.1.3" +langchain-anthropic = "0.1.11" +html2text = "2024.2.26" +faiss-cpu = "1.8.0" +beautifulsoup4 = "4.12.3" +pandas = "2.2.2" +python-dotenv = "1.0.1" +tiktoken = "0.6.0" +tqdm = "4.66.4" +graphviz = "0.20.3" +minify-html = "0.15.0" +free-proxy = "1.1.1" +playwright = "1.43.0" +google = "3.0.0" +yahoo-search-py = "0.3" [tool.poetry.dev-dependencies] pytest = "8.0.0"