ci(release): 1.33.10 [skip ci]

## [1.33.10](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.33.9...v1.33.10) (2024-12-22)

### Bug Fixes

* add model tokens ([9b16cb9](9b16cb987f))
This commit is contained in:
semantic-release-bot 2024-12-22 15:17:50 +00:00
parent 9b16cb987f
commit a44b74aa6f
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## [1.33.10](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.33.9...v1.33.10) (2024-12-22)
### Bug Fixes
* add model tokens ([9b16cb9](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/9b16cb987fd93132d814ebd933af1565eb166331))
## [1.33.9](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.33.8...v1.33.9) (2024-12-18) ## [1.33.9](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.33.8...v1.33.9) (2024-12-18)

View File

@ -1,6 +1,6 @@
[project] [project]
name = "scrapegraphai" name = "scrapegraphai"
version = "1.33.9" version = "1.33.10"
description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines." description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."
authors = [ authors = [
{ name = "Marco Vinciguerra", email = "mvincig11@gmail.com" }, { name = "Marco Vinciguerra", email = "mvincig11@gmail.com" },