Skip to content

Commit c9e0bd0

Browse files
ci(release): 2.1.5 [skip ci]
## [2.1.5](v2.1.4...v2.1.5) (2026-07-08) ### Bug Fixes * pop model_tokens so it is not forwarded to the model client ([#1100](#1100)) ([d2b970c](d2b970c)) ### Docs * **readme:** add Open Source vs Managed API comparison ([#1091](#1091)) ([ef3523b](ef3523b)) ### CI * run only deterministic unit suites in Test Suite workflow ([#1095](#1095)) ([037a42e](037a42e))
1 parent d2b970c commit c9e0bd0

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [2.1.5](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v2.1.4...v2.1.5) (2026-07-08)
2+
3+
4+
### Bug Fixes
5+
6+
* pop model_tokens so it is not forwarded to the model client ([#1100](https://github.com/ScrapeGraphAI/Scrapegraph-ai/issues/1100)) ([d2b970c](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/d2b970ca77da64b6b6b91fa2353f2e41b9cfe105))
7+
8+
9+
### Docs
10+
11+
* **readme:** add Open Source vs Managed API comparison ([#1091](https://github.com/ScrapeGraphAI/Scrapegraph-ai/issues/1091)) ([ef3523b](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/ef3523b1e1c62052b5c0e6b14cebe7933441a7e5))
12+
13+
14+
### CI
15+
16+
* run only deterministic unit suites in Test Suite workflow ([#1095](https://github.com/ScrapeGraphAI/Scrapegraph-ai/issues/1095)) ([037a42e](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/037a42ed73354c8b3eabd9dcc28236152602ef9e))
17+
118
## [2.1.4](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v2.1.3...v2.1.4) (2026-06-23)
219

320

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 = "2.1.4"
4+
version = "2.1.5"
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)