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(
165
165
website_url = website_url ,
166
166
user_prompt = user_prompt ,
167
167
website_html = website_html ,
168
- render_heavy_js = render_heavy_js ,
169
168
)
170
169
elif isinstance (self .llm_output_schema , type ) and issubclass (
171
170
self .llm_output_schema , BaseModel
@@ -174,7 +173,6 @@ def _run(
174
173
website_url = website_url ,
175
174
user_prompt = user_prompt ,
176
175
website_html = website_html ,
177
- render_heavy_js = render_heavy_js ,
178
176
output_schema = self .llm_output_schema ,
179
177
)
180
178
else :
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ packages = [{include = "langchain_scrapegraph"}]
36
36
[tool .poetry .dependencies ]
37
37
python = " >=3.10,<4.0"
38
38
langchain-core = " ^0.3.21"
39
- scrapegraph-py = " 1.12.2 "
39
+ scrapegraph-py = " 1.31.0 "
40
40
41
41
[tool .poetry .group .test .dependencies ]
42
42
pytest = " ^8.3.4"
You can’t perform that action at this time.
0 commit comments