From c083b039b064dd0c2bebcac167454daae97c3bda Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 11 Oct 2023 20:46:03 +0000 Subject: [PATCH] 3.1.27 Automatically generated by python-semantic-release --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ myllm/__init__.py | 2 +- pyproject.toml | 4 +++- 3 files changed, 32 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dde6eaa6..0a6131ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,40 @@ +## v3.1.27 (2023-10-11) + +### Other + +* Merge pull request #166 from mraniki/dev + +⬆️g4f ([`5a38a0b`](https://github.com/mraniki/MyLLM/commit/5a38a0b6da66a20f3224f62e80e10385e0887492)) + +* Remove .github/mergify.yml and update queue_rules + +This commit removes the .github/mergify.yml file and updates the queue_r +ules. ([`1b3cdca`](https://github.com/mraniki/MyLLM/commit/1b3cdca94d7f59a76bea75312a602514eef08d6b)) + +* Merge branch 'main' into dev ([`91d64fc`](https://github.com/mraniki/MyLLM/commit/91d64fc19bc5fd5cc9ae5b39db2c77d59125e1c4)) + + ## v3.1.26 (2023-10-11) +### Other + +* Merge pull request #165 from mraniki/renovate/g4f-0.x + +⬆️ 🛠️(deps): update dependency g4f to v0.1.6.1 ([`88f7cbe`](https://github.com/mraniki/MyLLM/commit/88f7cbe2deb592f485aad1af3fb0f9e93c3751e7)) + ### Update * Update sweep.yaml ([`d6e6e2f`](https://github.com/mraniki/MyLLM/commit/d6e6e2fe71b89e5e45fc7a81d42391cc0cde872c)) +* Update Requirements ([`0aac644`](https://github.com/mraniki/MyLLM/commit/0aac64462b4f2fb5d9bc8e6fe130223ea77457d4)) + +### ⬆️ + +* ⬆️ 🛠️(deps): update dependency g4f to v0.1.6.1 ([`9529d79`](https://github.com/mraniki/MyLLM/commit/9529d7905f0ef543f31e7911827411e43fbe44f2)) + ## v3.1.25 (2023-10-11) diff --git a/myllm/__init__.py b/myllm/__init__.py index 137e24a2..d33acf69 100644 --- a/myllm/__init__.py +++ b/myllm/__init__.py @@ -1,7 +1,7 @@ """ Versioning """ -__version__ = "3.1.26" +__version__ = "3.1.27" from .main import MyLLM diff --git a/pyproject.toml b/pyproject.toml index 4f217c3a..cbbaf2b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "MyLLM" -version = "3.1.26" +version = "3.1.27" 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" @@ -88,6 +88,7 @@ overgeneral-exceptions = [ + [tool.poetry.group.test.dependencies] @@ -122,6 +123,7 @@ pytest-loguru = "^0.3.0" + [tool.poetry.group.docs]