From 0e6534d00a0b0e164bd632cc2a6230aedcf8f4d0 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 26 Oct 2023 16:06:05 +0000 Subject: [PATCH] 3.1.51 Automatically generated by python-semantic-release --- CHANGELOG.md | 42 ++++++++++++++++++++++++++++++++++++++++++ myllm/__init__.py | 2 +- pyproject.toml | 4 +++- 3 files changed, 46 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d444bec6..26943749 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,48 @@ +## v3.1.51 (2023-10-26) + +### Other + +* Merge pull request #221 from mraniki/dev + +⬆️ 🤖 - Auto Release ([`a153728`](https://github.com/mraniki/MyLLM/commit/a15372833312e75e316606ea8009fd817495a24c)) + +* Merge pull request #220 from mraniki/renovate/fastapi-0.x-lockfile + +⬆️ 🛠️(deps): update dependency fastapi to v0.104.0 ([`0e38d17`](https://github.com/mraniki/MyLLM/commit/0e38d17b446237a4587299ef4d113604447c0966)) + +* Merge branch 'main' into dev ([`8baadb2`](https://github.com/mraniki/MyLLM/commit/8baadb2a89819cf4e6fb6191244381991ea9ae14)) + +* Merge pull request #218 from mraniki/dev + +⬆️ 🤖 - Auto Release ([`28f6d9f`](https://github.com/mraniki/MyLLM/commit/28f6d9ff75f4957f9b8d9df0c0092984cdd91d4c)) + +* Auto ([`7d60d24`](https://github.com/mraniki/MyLLM/commit/7d60d24cb85e03c7c72dedb5d08ff051531b7d49)) + +### Update + +* ⬆️ Update Requirements and Version ([`621a23b`](https://github.com/mraniki/MyLLM/commit/621a23b885c56f61df9d0dfb66fc9a0b1a08f4ea)) + +* ⬆️ Update Requirements and Version ([`88ec135`](https://github.com/mraniki/MyLLM/commit/88ec135c98d316c3debbea6700eb036a6fd0d70f)) + +### ⬆️ + +* ⬆️ 🛠️(deps): update dependency fastapi to v0.104.0 ([`9c6897d`](https://github.com/mraniki/MyLLM/commit/9c6897dd895bdc9ec7d39a56ed7ac1c9618eaf3a)) + +### 👷 + +* 👷 CI Change ([`86c6a61`](https://github.com/mraniki/MyLLM/commit/86c6a61033ddb26c83b93ac02893cd3e1331a49a)) + +* 👷 CI Change ([`46ca522`](https://github.com/mraniki/MyLLM/commit/46ca52259400b474c3359efe667fa68d61236c66)) + +* 👷 CI Change ([`2c16bde`](https://github.com/mraniki/MyLLM/commit/2c16bde0f41f06ab0a2ca7a023689061825c7c75)) + +### 🔧 + +* 🔧 ([`b51baec`](https://github.com/mraniki/MyLLM/commit/b51baeccafe34ae42f35933dd9c8ef70b1c7a6d6)) + ## v3.1.50 (2023-10-25) ### Other diff --git a/myllm/__init__.py b/myllm/__init__.py index e2ca50a5..0591203e 100644 --- a/myllm/__init__.py +++ b/myllm/__init__.py @@ -1,7 +1,7 @@ """ Versioning """ -__version__ = "3.1.50" +__version__ = "3.1.51" from .main import MyLLM diff --git a/pyproject.toml b/pyproject.toml index 2ac91b36..f68b8646 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "MyLLM" -version = "3.1.50" +version = "3.1.51" 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" @@ -76,6 +76,7 @@ overgeneral-exceptions = [ + [tool.poetry.group.test.dependencies] pytest = "^7.0" pytest-cov = "^4.1" @@ -99,6 +100,7 @@ pytest-loguru = "^0.3.0" + [tool.poetry.group.docs] optional = true