Skip to content

Commit ba5c7ad

Browse files
ci(release): 1.16.0-beta.4 [skip ci]
## [1.16.0-beta.4](v1.16.0-beta.3...v1.16.0-beta.4) (2024-09-02) ### Features * add deepcopy error ([71b22d4](71b22d4)) ### Bug Fixes * deepcopy fail for coping model_instance config ([cd07418](cd07418)) * fix pydantic object copy ([553527a](553527a))
1 parent 1bcc0bf commit ba5c7ad

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [1.16.0-beta.4](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.16.0-beta.3...v1.16.0-beta.4) (2024-09-02)
2+
3+
4+
### Features
5+
6+
* add deepcopy error ([71b22d4](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/71b22d48804c462798109bb47ec792a5a3c70b6e))
7+
8+
9+
### Bug Fixes
10+
11+
* deepcopy fail for coping model_instance config ([cd07418](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/cd07418474112cecd53ab47866262f2f31294223))
12+
* fix pydantic object copy ([553527a](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/553527a269cdd70c0c174ad5c78cbf35c00b22c1))
13+
114
## [1.16.0-beta.3](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.16.0-beta.2...v1.16.0-beta.3) (2024-09-01)
215

316

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "scrapegraphai"
3-
version = "1.16.0b3"
3+
version = "1.16.0b4"
44

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

0 commit comments

Comments
 (0)