Skip to content

Commit 1d17d92

Browse files
ci(release): 1.35.1-beta.1 [skip ci]
## [1.35.1-beta.1](v1.35.0...v1.35.1-beta.1) (2025-01-12) ### Bug Fixes * ollama tokenizer limited to 1024 tokens + ollama structured output + fix browser backend ([ad693b2](ad693b2)) ### Docs * ✨ code quality badge update ([02022cc](02022cc))
1 parent a523df0 commit 1d17d92

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [1.35.1-beta.1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.35.0...v1.35.1-beta.1) (2025-01-12)
2+
3+
4+
### Bug Fixes
5+
6+
* ollama tokenizer limited to 1024 tokens + ollama structured output + fix browser backend ([ad693b2](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/ad693b2bb201b4d9280139e70a2930358e779366))
7+
8+
9+
### Docs
10+
11+
* ✨ code quality badge update ([02022cc](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/02022cc5db39fede1a1d920d17e18ba0d05328ba))
12+
113
## [1.35.0](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.34.2...v1.35.0) (2025-01-06)
214

315

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "scrapegraphai"
3-
version = "1.35.0"
3+
version = "1.35.1b1"
44

55

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

0 commit comments

Comments
 (0)