fix: crash asyncio due dependency version

This commit is contained in:
Lorenzo Padoan 2024-05-11 10:13:41 +02:00
parent 78f21741cf
commit 2563773447

View File

@ -25,24 +25,24 @@ classifiers = [
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.9" python = "^3.9"
langchain = "0.1.15" langchain = "0.1.15"
langchain-openai = "^0.1.6" langchain-openai = "0.1.6"
langchain-google-genai = "^1.0.3" langchain-google-genai = "1.0.3"
langchain-groq = "^0.1.3" langchain-groq = "0.1.3"
langchain-aws = "^0.1.3" langchain-aws = "0.1.3"
langchain-anthropic = "^0.1.11" langchain-anthropic = "0.1.11"
html2text = "^2024.2.26" html2text = "2024.2.26"
faiss-cpu = "^1.8.0" faiss-cpu = "1.8.0"
beautifulsoup4 = "^4.12.3" beautifulsoup4 = "4.12.3"
pandas = "^2.2.2" pandas = "2.2.2"
python-dotenv = "^1.0.1" python-dotenv = "1.0.1"
tiktoken = "^0.6.0" tiktoken = "0.6.0"
tqdm = "^4.66.4" tqdm = "4.66.4"
graphviz = "^0.20.3" graphviz = "0.20.3"
minify-html = "^0.15.0" minify-html = "0.15.0"
free-proxy = "^1.1.1" free-proxy = "1.1.1"
playwright = "^1.43.0" playwright = "1.43.0"
google = "^3.0.0" google = "3.0.0"
yahoo-search-py = "^0.3" yahoo-search-py = "0.3"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
pytest = "8.0.0" pytest = "8.0.0"