Skip to content

Commit

Permalink
4.13.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Oct 29, 2024
1 parent 7e29d63 commit aadc493
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@



## v4.13.1 (2024-10-29)

### Other

* Merge pull request #714 from mraniki/dev

⬆️ 🤖 - Q How do you keep a moron in suspense ([`7e29d63`](https://github.com/mraniki/MyLLM/commit/7e29d63b9e16d9491b3f60152af9452746169864))

* build(deps): update pyproject.toml ([`96918e0`](https://github.com/mraniki/MyLLM/commit/96918e002af1050adec0e662dd6f13625342b544))

### ⬆️

* ⬆️ 🛠️(deps): update dependency ruff to ^0.7.0 ([`4c376cb`](https://github.com/mraniki/MyLLM/commit/4c376cb9e38f771097dea0f2ad6011a499074125))

* ⬆️ 🛠️(deps): update dependency curl_cffi to v0.7.3 ([`108c13c`](https://github.com/mraniki/MyLLM/commit/108c13cce2f5ac3ac1472a3d5f6a28593a7350c6))

* ⬆️ 🛠️(deps): update dependency crawl4ai to v0.3.72 ([`8306765`](https://github.com/mraniki/MyLLM/commit/83067651003a1a55dd91dfba543ed5b6f0398a60))

## v4.13.0 (2024-10-27)

### Other
Expand Down
2 changes: 1 addition & 1 deletion myllm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Versioning
"""
__version__ = "4.13.0"
__version__ = "4.13.1"

from .main import MyLLM

Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "MyLLM"
version = "4.13.0"
version = "4.13.1"
description = "A python package to interact with llm model supported by g4f and langchain."
authors = ["mraniki <[email protected]>"]
license = "MIT License"
Expand Down Expand Up @@ -92,6 +92,7 @@ overgeneral-exceptions = [





[tool.poetry.group.test.dependencies]
pytest = "^8.0.0"
Expand All @@ -117,6 +118,7 @@ pytest-loguru = "^0.4.0"




[tool.poetry.group.docs]
optional = true

Expand Down

0 comments on commit aadc493

Please sign in to comment.