File tree 3 files changed +10
-3
lines changed
3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 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)
2
+
3
+
4
+ ### Features
5
+
6
+ * serper api search ([ 1c0141f] ( https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/1c0141fd281881e342a113d5a414930d8184146b ) )
7
+
1
8
## [ 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)
2
9
3
10
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ The reference page for Scrapegraph-ai is available on the official page of PyPI:
32
32
``` bash
33
33
pip install scrapegraphai
34
34
35
- # IMPORTANT (to fetch websites content)
35
+ # IMPORTANT (for fetching websites content)
36
36
playwright install
37
37
```
38
38
@@ -208,4 +208,4 @@ ScrapeGraphAI is licensed under the MIT License. See the [LICENSE](https://githu
208
208
- We would like to thank all the contributors to the project and the open-source community for their support.
209
209
- ScrapeGraphAI is meant to be used for data exploration and research purposes only. We are not responsible for any misuse of the library.
210
210
211
- Made with ❤️ by [ ScrapeGraph AI] ( https://scrapegraphai.com )
211
+ Made with ❤️ by [ ScrapeGraph AI] ( https://scrapegraphai.com )
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " scrapegraphai"
3
- version = " 1.35.0b2 "
3
+ version = " 1.35.0b3 "
4
4
5
5
6
6
description = " A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."
You can’t perform that action at this time.
0 commit comments