Skip to content

Commit 2563773

Browse files
committed
fix: crash asyncio due dependency version
1 parent 78f2174 commit 2563773

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

pyproject.toml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -25,24 +25,24 @@ classifiers = [
2525
[tool.poetry.dependencies]
2626
python = "^3.9"
2727
langchain = "0.1.15"
28-
langchain-openai = "^0.1.6"
29-
langchain-google-genai = "^1.0.3"
30-
langchain-groq = "^0.1.3"
31-
langchain-aws = "^0.1.3"
32-
langchain-anthropic = "^0.1.11"
33-
html2text = "^2024.2.26"
34-
faiss-cpu = "^1.8.0"
35-
beautifulsoup4 = "^4.12.3"
36-
pandas = "^2.2.2"
37-
python-dotenv = "^1.0.1"
38-
tiktoken = "^0.6.0"
39-
tqdm = "^4.66.4"
40-
graphviz = "^0.20.3"
41-
minify-html = "^0.15.0"
42-
free-proxy = "^1.1.1"
43-
playwright = "^1.43.0"
44-
google = "^3.0.0"
45-
yahoo-search-py = "^0.3"
28+
langchain-openai = "0.1.6"
29+
langchain-google-genai = "1.0.3"
30+
langchain-groq = "0.1.3"
31+
langchain-aws = "0.1.3"
32+
langchain-anthropic = "0.1.11"
33+
html2text = "2024.2.26"
34+
faiss-cpu = "1.8.0"
35+
beautifulsoup4 = "4.12.3"
36+
pandas = "2.2.2"
37+
python-dotenv = "1.0.1"
38+
tiktoken = "0.6.0"
39+
tqdm = "4.66.4"
40+
graphviz = "0.20.3"
41+
minify-html = "0.15.0"
42+
free-proxy = "1.1.1"
43+
playwright = "1.43.0"
44+
google = "3.0.0"
45+
yahoo-search-py = "0.3"
4646

4747
[tool.poetry.dev-dependencies]
4848
pytest = "8.0.0"

0 commit comments

Comments
 (0)