Skip to content

Commit 75a4042

Browse files
ci(release): 0.6.1-beta.1 [skip ci]
## [0.6.1-beta.1](v0.6.0...v0.6.1-beta.1) (2024-05-02) ### Bug Fixes * add to requirements.txt langchain-aws = "^0.1.2" ([1afa319](1afa319))
1 parent 579a27f commit 75a4042

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.6.1-beta.1](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.6.0...v0.6.1-beta.1) (2024-05-02)
2+
3+
4+
### Bug Fixes
5+
6+
* add to requirements.txt langchain-aws = "^0.1.2" ([1afa319](https://github.com/VinciGit00/Scrapegraph-ai/commit/1afa31910d25b2735abe0ad09dad433d6c2159fb))
7+
18
## [0.6.0](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.5.2...v0.6.0) (2024-05-02)
29

310

pyproject.toml

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

4-
version = "0.6.0"
4+
version = "0.6.1b1"
55

66

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

0 commit comments

Comments
 (0)