From 97ee48cb52038ec746d8ec78de029c8dde6a7753 Mon Sep 17 00:00:00 2001 From: Marco Vinciguerra Date: Tue, 29 Apr 2025 09:47:01 +0200 Subject: [PATCH 1/3] feat: add new openai models --- scrapegraphai/helpers/models_tokens.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scrapegraphai/helpers/models_tokens.py b/scrapegraphai/helpers/models_tokens.py index b537b072..ec8e935d 100644 --- a/scrapegraphai/helpers/models_tokens.py +++ b/scrapegraphai/helpers/models_tokens.py @@ -31,6 +31,8 @@ "gpt-4.5-preview": 128000, "o1-preview": 128000, "o1-mini": 128000, + "o1": 128000, + "gpt-4.5-preview": 128000, "o3-mini": 200000, }, "azure_openai": { From 228920cf10e0861ada99432f34fca2f5b845984f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 29 Apr 2025 07:48:09 +0000 Subject: [PATCH 2/3] ci(release): 1.49.0-beta.1 [skip ci] ## [1.49.0-beta.1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.48.0...v1.49.0-beta.1) (2025-04-29) ### Features * add new openai models ([97ee48c](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/97ee48cb52038ec746d8ec78de029c8dde6a7753)) --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a844595..6f27dd38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.49.0-beta.1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.48.0...v1.49.0-beta.1) (2025-04-29) + + +### Features + +* add new openai models ([97ee48c](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/97ee48cb52038ec746d8ec78de029c8dde6a7753)) + ## [1.48.0](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.47.0...v1.48.0) (2025-04-15) diff --git a/pyproject.toml b/pyproject.toml index c7edf349..b58fc61a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "scrapegraphai" -version = "1.48.0" +version = "1.49.0b1" description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines." From 470ed4893f8acaf53cb283497cb1fc6e263cc790 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 29 Apr 2025 08:06:24 +0000 Subject: [PATCH 3/3] ci(release): 1.50.0-beta.1 [skip ci] ## [1.50.0-beta.1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.49.0...v1.50.0-beta.1) (2025-04-29) ### Features * add new openai models ([97ee48c](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/97ee48cb52038ec746d8ec78de029c8dde6a7753)) ### CI * **release:** 1.49.0-beta.1 [skip ci] ([228920c](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/228920cf10e0861ada99432f34fca2f5b845984f)) --- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb845079..18875859 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [1.50.0-beta.1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.49.0...v1.50.0-beta.1) (2025-04-29) + + +### Features + +* add new openai models ([97ee48c](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/97ee48cb52038ec746d8ec78de029c8dde6a7753)) + + +### CI + +* **release:** 1.49.0-beta.1 [skip ci] ([228920c](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/228920cf10e0861ada99432f34fca2f5b845984f)) + ## [1.49.0-beta.1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.48.0...v1.49.0-beta.1) (2025-04-29) diff --git a/pyproject.toml b/pyproject.toml index b58fc61a..b2fb6dee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "scrapegraphai" -version = "1.49.0b1" +version = "1.50.0b1" description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."