diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cbd564..b79cd12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ +## v4.13.10 (2024-11-17) + +### Other + +* Merge pull request #738 from mraniki/dev + +⬆️ 🤖 - You will win success in whatever calling you adopt ([`9e6b9c3`](https://github.com/mraniki/MyLLM/commit/9e6b9c3fde3541c5b62b07d36dbddc68d9d5bb82)) + +### ⬆️ + +* ⬆️ 🛠️(deps): update dependency g4f to v0.3.4.0 ([`a3d0b44`](https://github.com/mraniki/MyLLM/commit/a3d0b449398302d164ba4962792cde44ef2335cf)) + ## v4.13.9 (2024-11-16) ### Other diff --git a/myllm/__init__.py b/myllm/__init__.py index 79629b7..abcb197 100644 --- a/myllm/__init__.py +++ b/myllm/__init__.py @@ -1,7 +1,7 @@ """ Versioning """ -__version__ = "4.13.9" +__version__ = "4.13.10" from .main import MyLLM diff --git a/pyproject.toml b/pyproject.toml index 1af03c3..082958b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "MyLLM" -version = "4.13.9" +version = "4.13.10" 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" @@ -100,6 +100,7 @@ overgeneral-exceptions = [ + [tool.poetry.group.test.dependencies] @@ -133,6 +134,7 @@ pytest-loguru = "^0.4.0" + [tool.poetry.group.docs]