Skip to content

Commit af1229e

Browse files
ci(release): 2.0.0 [skip ci]
## [2.0.0](v1.76.0...v2.0.0) (2026-04-19) ### ⚠ BREAKING CHANGES * requires scrapegraph-py v2.0.0+ Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> ### Features * add scrapegraph-py PR [#84](#84) SDK compatibility ([e8b2a28](e8b2a28)), closes [#82](#82) * align with scrapegraph-py v2 API surface from PR [#82](#82) ([c0f5fd5](c0f5fd5)) * migrate to scrapegraph-py v2 API surface ([fd23bb0](fd23bb0)), closes [ScrapeGraphAI/scrapegraph-py#82](ScrapeGraphAI/scrapegraph-py#82) ### CI * bump min Python to 3.12 and trim test suite ([5fda03f](5fda03f))
1 parent 90de842 commit af1229e

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## [2.0.0](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.76.0...v2.0.0) (2026-04-19)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* requires scrapegraph-py v2.0.0+
7+
8+
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
9+
10+
### Features
11+
12+
* add scrapegraph-py PR [#84](https://github.com/ScrapeGraphAI/Scrapegraph-ai/issues/84) SDK compatibility ([e8b2a28](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/e8b2a28f4708882ca6cedfdd979b37dda26ef6c2)), closes [#82](https://github.com/ScrapeGraphAI/Scrapegraph-ai/issues/82)
13+
* align with scrapegraph-py v2 API surface from PR [#82](https://github.com/ScrapeGraphAI/Scrapegraph-ai/issues/82) ([c0f5fd5](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/c0f5fd592395f7f0e54bdf7367f3aff46bb6e420))
14+
* migrate to scrapegraph-py v2 API surface ([fd23bb0](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/fd23bb0544b3bb867c34b009ed7bcecda86e3ac5)), closes [ScrapeGraphAI/scrapegraph-py#82](https://github.com/ScrapeGraphAI/scrapegraph-py/issues/82)
15+
16+
17+
### CI
18+
19+
* bump min Python to 3.12 and trim test suite ([5fda03f](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/5fda03fb6bd774dee4e89661dd1eaa0ef2d2c4ed))
20+
121
## [1.76.0](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.75.1...v1.76.0) (2026-04-09)
222

323

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "scrapegraphai"
33

4-
version = "1.76.0"
4+
version = "2.0.0"
55

66
description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."
77
authors = [

0 commit comments

Comments
 (0)