diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b12099..c16700e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,24 @@ +## v4.13.18 (2024-12-05) + +### Other + +* Merge pull request #786 from mraniki/dev + +⬆️ 🤖 - What good is an obscenity trial except to popularize literature ([`5d97963`](https://github.com/mraniki/MyLLM/commit/5d97963f4ea6b214767fbd81f0cd2587c6f82e86)) + +### ⬆️ + +* ⬆️ 🛠️(deps): update dependency openai to v1.56.2 (#787) + +Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> ([`39fcb94`](https://github.com/mraniki/MyLLM/commit/39fcb940844c104529dcef80f8b16ee7d9a0e2fb)) + +* ⬆️ 🛠️(deps): update dependency openai to v1.56.1 (#785) + +Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> ([`50155ff`](https://github.com/mraniki/MyLLM/commit/50155ff953bff44a0eeda4a0f98a182cbebb98ad)) + ## v4.13.17 (2024-12-03) ### Other diff --git a/myllm/__init__.py b/myllm/__init__.py index 379a659..88912ce 100644 --- a/myllm/__init__.py +++ b/myllm/__init__.py @@ -1,7 +1,7 @@ """ Versioning """ -__version__ = "4.13.17" +__version__ = "4.13.18" from .main import MyLLM diff --git a/pyproject.toml b/pyproject.toml index af5bc3a..d566fe2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "MyLLM" -version = "4.13.17" +version = "4.13.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" @@ -108,6 +108,7 @@ overgeneral-exceptions = [ + [tool.poetry.group.test.dependencies] @@ -149,6 +150,7 @@ pytest-loguru = "^0.4.0" + [tool.poetry.group.docs]