ci(release): 1.18.3 [skip ci]

## [1.18.3](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.18.2...v1.18.3) (2024-09-11)

### Bug Fixes

* models tokens ([039fe3c](039fe3c6d9))
This commit is contained in:
semantic-release-bot 2024-09-11 09:47:05 +00:00
parent 039fe3c6d9
commit 4bd4659dc1
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## [1.18.3](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.18.2...v1.18.3) (2024-09-11)
### Bug Fixes
* models tokens ([039fe3c](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/039fe3c6d91978f70baedfef407bda912a285aed))
## [1.18.2](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.18.1...v1.18.2) (2024-09-10) ## [1.18.2](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.18.1...v1.18.2) (2024-09-10)

View File

@ -1,6 +1,6 @@
[project] [project]
name = "scrapegraphai" name = "scrapegraphai"
version = "1.18.2" version = "1.18.3"
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" },