Skip to content

Commit 7714d29

Browse files
committed
feat: update version toml
1 parent e8e6607 commit 7714d29

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

langchain_scrapegraph/tools/smartscraper.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ packages = [{include = "langchain_scrapegraph"}]
3636
[tool.poetry.dependencies]
3737
python = ">=3.10,<4.0"
3838
langchain-core = "^0.3.21"
39-
scrapegraph-py = "1.12.2"
39+
scrapegraph-py = "1.31.0"
4040

4141
[tool.poetry.group.test.dependencies]
4242
pytest = "^8.3.4"

0 commit comments

Comments
 (0)