Skip to content

Commit 4045f04

Browse files
authored
Merge pull request #994 from ScrapeGraphAI/pre/beta
Pre/beta
2 parents 6989e1a + 9fb5f7c commit 4045f04

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.60.0-beta.1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.59.0...v1.60.0-beta.1) (2025-06-24)
2+
3+
4+
### Features
5+
6+
* update the readme ([939e170](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/939e170eb6de21d1b4cd703b4fcdd6d3001d4185))
7+
18
## [1.59.0](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.58.0...v1.59.0) (2025-06-24)
29

310

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ If you have used our library for research purposes please quote us with the foll
205205
note = {A Python library for scraping leveraging large language models}
206206
}
207207
```
208-
209208
## Authors
210209

211210
| | Contact Info |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "scrapegraphai"
33

4-
version = "1.59.0"
4+
version = "1.60.0b1"
55

66
description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."
77
authors = [

scrapegraphai/prompts/generate_answer_node_csv_prompts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44

55
TEMPLATE_CHUKS_CSV = """
6-
You are a scraper and you have just scraped the
6+
You are a scraper and you have just scraped the
77
following content from a csv.
88
You are now asked to answer a user question about the content you have scraped.\n
99
The csv is big so I am giving you one chunk at the time to be merged later with the other chunks.\n

0 commit comments

Comments
 (0)