Skip to content

Commit

Permalink
4.13.24
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jan 1, 2025
1 parent 97a5e3a commit 9f7e699
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@



## v4.13.24 (2025-01-01)

### Other

* Merge pull request #813 from mraniki/dev

⬆️ 🤖 - Your heart is pure and your mind clear and your soul devout ([`97a5e3a`](https://github.com/mraniki/MyLLM/commit/97a5e3a41867a2ee6a19e8773cf004a2a8d501ee))

### ⬆️

* ⬆️ 🛠️(deps): update dependency g4f to v0.4.0.0 ([`cf3bf0d`](https://github.com/mraniki/MyLLM/commit/cf3bf0de2222bb0cbed8b39b40d8a1b25e7eeb68))

## v4.13.23 (2024-12-22)

### 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.23"
__version__ = "4.13.24"

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.23"
version = "4.13.24"
description = "A python package to interact with llm model supported by g4f and langchain."
authors = ["mraniki <8766259+mraniki@users.noreply.github.com>"]
license = "MIT License"
Expand Down Expand Up @@ -114,6 +114,7 @@ overgeneral-exceptions = [






[tool.poetry.group.test.dependencies]
Expand Down Expand Up @@ -161,6 +162,7 @@ pytest-loguru = "^0.4.0"






[tool.poetry.group.docs]
Expand Down

0 comments on commit 9f7e699

Please sign in to comment.