Skip to content

Commit 924fe32

Browse files
authored
Merge pull request #970 from ScrapeGraphAI/pre/beta
Pre/beta
2 parents 25c25a7 + cbf88fd commit 924fe32

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,23 @@
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)
22

33

44
### Features
55

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+
621
* add new proxy rotation ([8913d8d](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/8913d8d3af3a2809d3ddcbfa09cbf2c9982a19cd))
722

823

@@ -11,6 +26,7 @@
1126
* **release:** 1.44.0-beta.1 [skip ci] ([5e944cc](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/5e944cc573f62585dbf3366aa840c997847523d1))
1227
* **release:** 1.47.0-beta.1 [skip ci] ([b1b8579](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/b1b8579704f509d5560c3052f1edfdf31e42db4b))
1328

29+
1430
## [1.47.0-beta.1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.46.0...v1.47.0-beta.1) (2025-04-15)
1531

1632

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.47.0"
4+
version = "1.48.0b1"
55

66

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

scrapegraphai/helpers/models_tokens.py

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
"gpt-4o-2024-08-06": 128000,
2525
"gpt-4o-2024-05-13": 128000,
2626
"gpt-4o-mini": 128000,
27+
"gpt-4.1": 1000000,
28+
"gpt-4.1-mini": 1000000,
29+
"gpt-4.1-nano": 1000000,
2730
"gpt-4.5": 128000,
2831
"gpt-4.5-preview": 128000,
2932
"o1-preview": 128000,

0 commit comments

Comments
 (0)