Skip to content

Commit ea0f2aa

Browse files
authored
Merge pull request #973 from ScrapeGraphAI/pre/beta
Pre/beta
2 parents 6ab5505 + 5c37f3e commit ea0f2aa

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
## [1.49.0](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.48.0...v1.49.0) (2025-04-29)
1+
## [1.49.0-beta.1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.48.0...v1.49.0-beta.1) (2025-04-29)
22

33

44
### Features
55

6+
* add new openai models ([97ee48c](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/97ee48cb52038ec746d8ec78de029c8dde6a7753))
7+
68
* enhance error handling and validation across utility modules ([b552aa9](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/b552aa902fb4f5052468148851434062d8e74b94))
79

10+
811
## [1.48.0](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.47.0...v1.48.0) (2025-04-15)
912

1013

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.49.0"
4+
version = "1.49.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

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
"gpt-4.5-preview": 128000,
3232
"o1-preview": 128000,
3333
"o1-mini": 128000,
34+
"o1": 128000,
35+
"gpt-4.5-preview": 128000,
3436
"o3-mini": 200000,
3537
},
3638
"azure_openai": {

0 commit comments

Comments
 (0)