ci(release): 0.10.0-beta.4 [skip ci]

## [0.10.0-beta.4](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.10.0-beta.3...v0.10.0-beta.4) (2024-05-09)

### Features

* Add support for passing pdf path as source ([f10f3b1](f10f3b1438))

### Bug Fixes

* limit python version to < 3.12 ([a37fbbc](a37fbbcbcf))
This commit is contained in:
semantic-release-bot 2024-05-09 18:17:45 +00:00
parent 84e8d12793
commit 548bff9d77
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,15 @@
## [0.10.0-beta.4](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.10.0-beta.3...v0.10.0-beta.4) (2024-05-09)
### Features
* Add support for passing pdf path as source ([f10f3b1](https://github.com/VinciGit00/Scrapegraph-ai/commit/f10f3b1438e0c625b7f2fa52faeb5a6c12116113))
### Bug Fixes
* limit python version to < 3.12 ([a37fbbc](https://github.com/VinciGit00/Scrapegraph-ai/commit/a37fbbcbcfc3ddd0cc66f586f279676b52c4abfe))
## [0.10.0-beta.3](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.10.0-beta.2...v0.10.0-beta.3) (2024-05-09) ## [0.10.0-beta.3](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.10.0-beta.2...v0.10.0-beta.3) (2024-05-09)

View File

@ -1,7 +1,7 @@
[tool.poetry] [tool.poetry]
name = "scrapegraphai" name = "scrapegraphai"
version = "0.10.0b3" version = "0.10.0b4"
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 = [