Skip to content

Commit

Permalink
fix: crash asyncio due dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
lurenss committed May 11, 2024
1 parent 78f2174 commit 2563773
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2563773

Please sign in to comment.