File tree 3 files changed +21
-2
lines changed
3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 1
- ## [ 1.47.0 ] ( https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.46 .0...v1.47.0 ) (2025-04-15)
1
+ ## [ 1.48.0-beta.1 ] ( https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.47 .0...v1.48.0-beta.1 ) (2025-04-15)
2
2
3
3
4
4
### Features
5
5
6
+ * add 4.1 integration ([ 54d5e46] ( https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/54d5e46d4c5adcd2b2b6c49003a16227905d2af0 ) )
7
+
8
+
9
+ ### CI
10
+
11
+ * ** release:** 1.47.0-beta.2 [ skip ci] ([ 2019c90] ( https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/2019c907a54a84fc0e80bf26bd0d97b9b5cf9fb1 ) )
12
+
13
+ ## [ 1.47.0-beta.2] ( https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.47.0-beta.1...v1.47.0-beta.2 ) (2025-04-15)
14
+
15
+
16
+
17
+ ### Features
18
+
19
+ * add 4.1 integration ([ 54d5e46] ( https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/54d5e46d4c5adcd2b2b6c49003a16227905d2af0 ) )
20
+
6
21
* add new proxy rotation ([ 8913d8d] ( https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/8913d8d3af3a2809d3ddcbfa09cbf2c9982a19cd ) )
7
22
8
23
11
26
* ** release:** 1.44.0-beta.1 [ skip ci] ([ 5e944cc] ( https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/5e944cc573f62585dbf3366aa840c997847523d1 ) )
12
27
* ** release:** 1.47.0-beta.1 [ skip ci] ([ b1b8579] ( https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/b1b8579704f509d5560c3052f1edfdf31e42db4b ) )
13
28
29
+
14
30
## [ 1.47.0-beta.1] ( https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.46.0...v1.47.0-beta.1 ) (2025-04-15)
15
31
16
32
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " scrapegraphai"
3
3
4
- version = " 1.47.0 "
4
+ version = " 1.48.0b1 "
5
5
6
6
7
7
description = " A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."
Original file line number Diff line number Diff line change 24
24
"gpt-4o-2024-08-06" : 128000 ,
25
25
"gpt-4o-2024-05-13" : 128000 ,
26
26
"gpt-4o-mini" : 128000 ,
27
+ "gpt-4.1" : 1000000 ,
28
+ "gpt-4.1-mini" : 1000000 ,
29
+ "gpt-4.1-nano" : 1000000 ,
27
30
"gpt-4.5" : 128000 ,
28
31
"gpt-4.5-preview" : 128000 ,
29
32
"o1-preview" : 128000 ,
You can’t perform that action at this time.
0 commit comments