Skip to content

Commit 4effb03

Browse files
committed
feat: add scrapegraphai api integration
1 parent ce02854 commit 4effb03

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

scrapegraph-py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "scrapegraph_py"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
description = "ScrapeGraph Python SDK for API"
55
authors = [
66
{ name = "Marco Vinciguerra", email = "[email protected]" },

scrapegraph-py/requirements-dev.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ markupsafe==3.0.2
4646
# via jinja2
4747
mccabe==0.7.0
4848
# via pylint
49-
packaging==24.1
49+
packaging==24.2
5050
# via pytest
5151
# via sphinx
5252
platformdirs==4.3.6
@@ -91,7 +91,7 @@ sphinxcontrib-qthelp==2.0.0
9191
# via sphinx
9292
sphinxcontrib-serializinghtml==2.0.0
9393
# via sphinx
94-
tomli==2.0.2
94+
tomli==2.1.0
9595
# via pylint
9696
# via pytest
9797
tomlkit==0.13.2
@@ -103,5 +103,5 @@ typing-extensions==4.12.2
103103
# via pylint
104104
urllib3==2.2.3
105105
# via requests
106-
zipp==3.20.2
106+
zipp==3.21.0
107107
# via importlib-metadata

0 commit comments

Comments
 (0)