@@ -6,32 +6,32 @@ version = "1.67.0"
66description = " A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."
77authors = [
88 { name = " Marco Vinciguerra" , email = " mvincig11@gmail.com" },
9- { name = " Lorenzo Padoan" , email = " lorenzo.padoan977@gmail.com" }
9+ { name = " Lorenzo Padoan" , email = " lorenzo.padoan977@gmail.com" },
1010]
1111
1212dependencies = [
13- " langchain>=0.3 .0" ,
14- " langchain-openai>=0 .1.22 " ,
15- " langchain-mistralai>=0 .1.12 " ,
16- " langchain_community>=0.2.9 " ,
17- " langchain-aws>=0 .1.3 " ,
18- " langchain-ollama>=0.1.3 " ,
19- " html2text>=2024.2.26 " ,
20- " beautifulsoup4>=4.12 .3" ,
21- " python-dotenv>=1.0 .1" ,
22- " tiktoken>=0.7 " ,
23- " tqdm>=4.66.4 " ,
24- " minify-html>=0.15.0 " ,
25- " free-proxy>=1.1.1 " ,
26- " playwright>=1.43 .0" ,
13+ " langchain>=1.2 .0" ,
14+ " langchain-openai>=1 .1.6 " ,
15+ " langchain-mistralai>=1 .1.1 " ,
16+ " langchain_community>=0.3.31 " ,
17+ " langchain-aws>=1 .1.0 " ,
18+ " langchain-ollama>=1. 0.1" ,
19+ " html2text>=2025.4.15 " ,
20+ " beautifulsoup4>=4.14 .3" ,
21+ " python-dotenv>=1.2 .1" ,
22+ " tiktoken>=0.12.0 " ,
23+ " tqdm>=4.67.1 " ,
24+ " minify-html>=0.18.1 " ,
25+ " free-proxy>=1.1.3 " ,
26+ " playwright>=1.57 .0" ,
2727 " undetected-playwright>=0.3.0" ,
28- " semchunk>=2 .2.0 " ,
29- " async-timeout>=4 .0.3 " ,
30- " simpleeval>=1.0.0 " ,
31- " jsonschema>=4.23.0 " ,
32- " duckduckgo-search>=7.2 .1" ,
33- " pydantic>=2.10.2 " ,
34- " scrapegraph-py>=0.1 .0" ,
28+ " semchunk>=3 .2.5 " ,
29+ " async-timeout>=5 .0.1 " ,
30+ " simpleeval>=1.0.3 " ,
31+ " jsonschema>=4.25.1 " ,
32+ " duckduckgo-search>=8.1 .1" ,
33+ " pydantic>=2.12.5 " ,
34+ " scrapegraph-py>=1.44 .0" ,
3535]
3636
3737readme = " README.md"
@@ -56,7 +56,7 @@ keywords = [
5656 " web scraping tool" ,
5757 " webscraping" ,
5858 " graph" ,
59- " llm"
59+ " llm" ,
6060]
6161classifiers = [
6262 " Intended Audience :: Developers" ,
@@ -95,7 +95,7 @@ dev-dependencies = [
9595 " isort>=5.13.2" ,
9696 " pre-commit>=3.6.0" ,
9797 " mypy>=1.8.0" ,
98- " types-setuptools>=75.1.0"
98+ " types-setuptools>=75.1.0" ,
9999]
100100
101101[tool .black ]
@@ -110,7 +110,7 @@ line-length = 88
110110
111111[tool .ruff .lint ]
112112select = [" F" , " E" , " W" , " C" ]
113- ignore = [" E203" , " E501" , " C901" ] # Ignore conflicts with Black
113+ ignore = [" E203" , " E501" , " C901" ] # Ignore conflicts with Black
114114
115115[tool .mypy ]
116116python_version = " 3.10"
0 commit comments