File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11"""langchain-scrapegraph package."""
22
3- __version__ = "1.8 .0"
3+ __version__ = "1.10 .0"
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " langchain-scrapegraph"
3- version = " 1.8 .0"
3+ version = " 1.10 .0"
44description = " Library for extracting structured data from websites using ScrapeGraphAI"
55authors = [" Marco Vinciguerra <marco.vinciguerra@scrapegraphai.com>" , " Lorenzo Padoan <lorenzo.padoan@scrapegraphai.com>" ]
6+ maintainers = [" Marco Vinciguerra <marco.vinciguerra@scrapegraphai.com>" ]
67license = " MIT"
78readme = " README.md"
89homepage = " https://scrapegraphai.com/"
910repository = " https://github.com/scrapegraphai/langchain-scrapegraph"
1011documentation = " https://scrapegraphai.com/docs"
12+ packages = [
13+ { include = " langchain_scrapegraph" , from = " ." }
14+ ]
1115keywords = [
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 ]
3739python = " >=3.10,<4.0"
3840langchain-core = " ^0.3.21"
You can’t perform that action at this time.
0 commit comments