File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
langchain_scrapegraph/tools Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,6 @@ def _run(
165165 website_url = website_url ,
166166 user_prompt = user_prompt ,
167167 website_html = website_html ,
168- render_heavy_js = render_heavy_js ,
169168 )
170169 elif isinstance (self .llm_output_schema , type ) and issubclass (
171170 self .llm_output_schema , BaseModel
@@ -174,7 +173,6 @@ def _run(
174173 website_url = website_url ,
175174 user_prompt = user_prompt ,
176175 website_html = website_html ,
177- render_heavy_js = render_heavy_js ,
178176 output_schema = self .llm_output_schema ,
179177 )
180178 else :
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ packages = [{include = "langchain_scrapegraph"}]
3636[tool .poetry .dependencies ]
3737python = " >=3.10,<4.0"
3838langchain-core = " ^0.3.21"
39- scrapegraph-py = " 1.12.2 "
39+ scrapegraph-py = " 1.31.0 "
4040
4141[tool .poetry .group .test .dependencies ]
4242pytest = " ^8.3.4"
You can’t perform that action at this time.
0 commit comments