Skip to content

Commit 8267e9d

Browse files
authored
Merge pull request #937 from ScrapeGraphAI/main
allignment
2 parents bf424ed + 4ec2ca6 commit 8267e9d

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## [1.40.1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.40.0...v1.40.1) (2025-02-27)
2+
3+
4+
### Bug Fixes
5+
6+
* curly bracket ([70318ca](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/70318ca1a7549a595ff81354b739866b63efe7de))
7+
8+
## [1.40.0](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.39.0...v1.40.0) (2025-02-25)
9+
10+
11+
### Features
12+
13+
* add refactoring of merge and parse ([2c0b459](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/2c0b4591ae4a13a89a73fb29a170adf6e52b3903))
14+
* update parse node ([8cf9685](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/8cf96857a000eada6d1c9ce1a357ee3d1f2bd003))
15+
16+
17+
### CI
18+
19+
* **release:** 1.39.0-beta.2 [skip ci] ([ac2fcd6](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/ac2fcd66ce2603153877e3141b3ff862a348e335))
20+
* **release:** 1.40.0-beta.1 [skip ci] ([71053bc](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/71053bc7586b0e723272d0eb7e668c07aa666eae))
21+
122
## [1.40.0-beta.1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.39.0...v1.40.0-beta.1) (2025-02-25)
223

324

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "scrapegraphai"
33

4-
version = "1.40.0b1"
4+
version = "1.40.1"
55

66

77

scrapegraphai/nodes/generate_answer_node.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def execute(self, state: dict) -> dict:
155155
format_instructions = (
156156
"You must respond with a JSON object. Your response should be formatted as a valid JSON "
157157
"with a 'content' field containing your analysis. For example:\n"
158-
'{"content": "your analysis here"}'
158+
'{{"content": "your analysis here"}}'
159159
)
160160
else:
161161
output_parser = None

0 commit comments

Comments
 (0)