Skip to content

Commit

Permalink
ci(release): 1.14.0-beta.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.14.0-beta.2](v1.14.0-beta.1...v1.14.0-beta.2) (2024-08-12)

### Bug Fixes

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

### chore

* **examples:** fix import bug in image2text demo ([71438a1](71438a1))
* **requirements:** update requirements.txt ([7fe181f](7fe181f))
  • Loading branch information
semantic-release-bot committed Aug 12, 2024
1 parent 3ecd67c commit 7fd921b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 7fd921b

Please sign in to comment.