ci(release): 1.17.0-beta.3 [skip ci]

## [1.17.0-beta.3](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.17.0-beta.2...v1.17.0-beta.3) (2024-09-02)

### Bug Fixes

* **ScreenshotScraper:** impose dynamic imports ([b8ef937](b8ef93738e))
* **SmartScraper:** pass llm_model to ParseNode ([5242166](5242166575))
This commit is contained in:
semantic-release-bot 2024-09-02 13:12:59 +00:00
parent aed5452d39
commit fc55418a45
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
## [1.17.0-beta.3](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.17.0-beta.2...v1.17.0-beta.3) (2024-09-02)
### Bug Fixes
* **ScreenshotScraper:** impose dynamic imports ([b8ef937](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/b8ef93738ec4ae48c361fe5650df5194e845a2b1))
* **SmartScraper:** pass llm_model to ParseNode ([5242166](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/52421665759032bcfad80ce540efebe5f47310f6))
## [1.17.0-beta.2](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.17.0-beta.1...v1.17.0-beta.2) (2024-09-02) ## [1.17.0-beta.2](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.17.0-beta.1...v1.17.0-beta.2) (2024-09-02)

View File

@ -1,7 +1,7 @@
[project] [project]
name = "scrapegraphai" name = "scrapegraphai"
version = "1.17.0b2" version = "1.17.0b3"
description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines." description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."
authors = [ authors = [