Skip to content

Commit faca979

Browse files
committed
feat: fix error
1 parent b1c7cf0 commit faca979

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

langchain_scrapegraph/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""langchain-scrapegraph package."""
22

3-
__version__ = "1.8.0"
3+
__version__ = "1.10.0"

pyproject.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
[tool.poetry]
22
name = "langchain-scrapegraph"
3-
version = "1.8.0"
3+
version = "1.10.0"
44
description = "Library for extracting structured data from websites using ScrapeGraphAI"
55
authors = ["Marco Vinciguerra <[email protected]>", "Lorenzo Padoan <[email protected]>"]
6+
maintainers = ["Marco Vinciguerra <[email protected]>"]
67
license = "MIT"
78
readme = "README.md"
89
homepage = "https://scrapegraphai.com/"
910
repository = "https://github.com/scrapegraphai/langchain-scrapegraph"
1011
documentation = "https://scrapegraphai.com/docs"
12+
packages = [
13+
{ include = "langchain_scrapegraph", from = "." }
14+
]
1115
keywords = [
1216
"scrapegraph",
1317
"ai",
@@ -31,8 +35,6 @@ classifiers = [
3135
"Operating System :: OS Independent",
3236
]
3337

34-
packages = [{include = "langchain_scrapegraph"}]
35-
3638
[tool.poetry.dependencies]
3739
python = ">=3.10,<4.0"
3840
langchain-core = "^0.3.21"

0 commit comments

Comments
 (0)