ci(release): 1.14.0-beta.2 [skip ci]

## [1.14.0-beta.2](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.14.0-beta.1...v1.14.0-beta.2) (2024-08-12)

### Bug Fixes

* **AbstractGraph:** pass kwargs to Ernie and Nvidia models ([e6bedb6](e6bedb6701))

### chore

* **examples:** fix import bug in image2text demo ([71438a1](71438a1e86))
* **requirements:** update requirements.txt ([7fe181f](7fe181f69b))
This commit is contained in:
semantic-release-bot 2024-08-12 09:13:28 +00:00
parent 3ecd67c33f
commit 7fd921b990
2 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,16 @@
## [1.14.0-beta.2](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.14.0-beta.1...v1.14.0-beta.2) (2024-08-12)
### Bug Fixes
* **AbstractGraph:** pass kwargs to Ernie and Nvidia models ([e6bedb6](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/e6bedb6701601e87a6dff99eabec9c3494280411))
### chore
* **examples:** fix import bug in image2text demo ([71438a1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/71438a1e8696aee51d054f9df7243665497fc35c))
* **requirements:** update requirements.txt ([7fe181f](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/7fe181f69b3178d2d9d41a00fd660a98e04b777e))
## [1.14.0-beta.1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.13.3...v1.14.0-beta.1) (2024-08-11)

View File

@ -2,7 +2,7 @@
name = "scrapegraphai"
version = "1.14.0b1"
version = "1.14.0b2"
description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."