mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-06-28 21:01:55 +08:00
ci(release): 1.16.0 [skip ci]
## [1.16.0](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.15.2...v1.16.0) (2024-09-01) ### Features * add deepcopy error ([71b22d4](71b22d4880)) ### Bug Fixes * deepcopy fail for coping model_instance config ([cd07418](cd07418474)) * fix pydantic object copy ([553527a](553527a269))
This commit is contained in:
parent
afdf5249c5
commit
fccf034cf8
13
CHANGELOG.md
13
CHANGELOG.md
@ -1,3 +1,16 @@
|
||||
## [1.16.0](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.15.2...v1.16.0) (2024-09-01)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add deepcopy error ([71b22d4](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/71b22d48804c462798109bb47ec792a5a3c70b6e))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* deepcopy fail for coping model_instance config ([cd07418](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/cd07418474112cecd53ab47866262f2f31294223))
|
||||
* fix pydantic object copy ([553527a](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/553527a269cdd70c0c174ad5c78cbf35c00b22c1))
|
||||
|
||||
## [1.15.2](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.15.1...v1.15.2) (2024-09-01)
|
||||
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "scrapegraphai"
|
||||
version = "1.15.2"
|
||||
version = "1.16.0"
|
||||
description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."
|
||||
authors = [
|
||||
{ name = "Marco Vinciguerra", email = "mvincig11@gmail.com" },
|
||||
|
||||
Loading…
Reference in New Issue
Block a user