From 3a98296001fccf29ef22b49a133707bc588573a3 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 18 Sep 2024 03:43:39 +0000 Subject: [PATCH] 4.12.18 Automatically generated by python-semantic-release --- CHANGELOG.md | 12 ++++++++++++ myllm/__init__.py | 2 +- pyproject.toml | 4 +++- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 550a898..97ba7a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ +## v4.12.18 (2024-09-18) + +### Other + +* Merge pull request #675 from mraniki/dev + +⬆️ 🤖 - You could live a better life if you had a better mind and a better body ([`9246fb9`](https://github.com/mraniki/MyLLM/commit/9246fb98dc31c9e4c9e700897cd8a7287199c0b4)) + +### ⬆️ + +* ⬆️ 🛠️(deps): update dependency openai to v1.46.0 ([`625e0ba`](https://github.com/mraniki/MyLLM/commit/625e0ba3a523d3b4fe710b513f9e96bf51218305)) + ## v4.12.17 (2024-09-17) ### Other diff --git a/myllm/__init__.py b/myllm/__init__.py index 88937f4..b9c63b7 100644 --- a/myllm/__init__.py +++ b/myllm/__init__.py @@ -1,7 +1,7 @@ """ Versioning """ -__version__ = "4.12.17" +__version__ = "4.12.18" from .main import MyLLM diff --git a/pyproject.toml b/pyproject.toml index 512a235..68a4712 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "MyLLM" -version = "4.12.17" +version = "4.12.18" 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" @@ -86,6 +86,7 @@ overgeneral-exceptions = [ + [tool.poetry.group.test.dependencies] pytest = "^8.0.0" pytest-cov = "^5.0.0" @@ -105,6 +106,7 @@ pytest-loguru = "^0.4.0" + [tool.poetry.group.docs] optional = true