From cb54d5b8be376d3455d6af883e32d20c2210a48e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 6 Jan 2025 15:38:20 +0000 Subject: [PATCH 1/2] ci(release): 1.35.0-beta.3 [skip ci] ## [1.35.0-beta.3](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.35.0-beta.2...v1.35.0-beta.3) (2025-01-06) ### Features * serper api search ([1c0141f](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/1c0141fd281881e342a113d5a414930d8184146b)) --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1567609..fe77589d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.35.0-beta.3](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.35.0-beta.2...v1.35.0-beta.3) (2025-01-06) + + +### Features + +* serper api search ([1c0141f](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/1c0141fd281881e342a113d5a414930d8184146b)) + ## [1.35.0-beta.2](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.35.0-beta.1...v1.35.0-beta.2) (2025-01-06) diff --git a/pyproject.toml b/pyproject.toml index 66514ae1..9b404abb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "scrapegraphai" -version = "1.35.0b2" +version = "1.35.0b3" description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines." From ca94b39aba4386e44df3215d1b6198b4eb8ff155 Mon Sep 17 00:00:00 2001 From: Marco Vinciguerra <88108002+VinciGit00@users.noreply.github.com> Date: Mon, 6 Jan 2025 17:19:50 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6229ebd7..c3147793 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ The reference page for Scrapegraph-ai is available on the official page of PyPI: ```bash pip install scrapegraphai -# IMPORTANT (to fetch websites content) +# IMPORTANT (for fetching websites content) playwright install ``` @@ -208,4 +208,4 @@ ScrapeGraphAI is licensed under the MIT License. See the [LICENSE](https://githu - We would like to thank all the contributors to the project and the open-source community for their support. - ScrapeGraphAI is meant to be used for data exploration and research purposes only. We are not responsible for any misuse of the library. -Made with ❤️ by [ScrapeGraph AI](https://scrapegraphai.com) \ No newline at end of file +Made with ❤️ by [ScrapeGraph AI](https://scrapegraphai.com)