Skip to content

Commit

Permalink
4.11.12
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Aug 7, 2024
1 parent b1f57bb commit 0104280
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@



## v4.11.12 (2024-08-07)

### Other

* Merge pull request #615 from mraniki/dev

⬆️ 🤖 - Clothes make the man Naked people have little or no influence on society ([`b1f57bb`](https://github.com/mraniki/MyLLM/commit/b1f57bb40b579be48239b55589064238235344f0))

### ⬆️

* ⬆️ 🛠️(deps): update dependency openai to v1.40.1 ([`314be36`](https://github.com/mraniki/MyLLM/commit/314be3691a7f037b7a4192e1d0c2534c43db5d15))

* ⬆️ 🛠️(deps): update dependency openai to v1.40.0 ([`e4665fc`](https://github.com/mraniki/MyLLM/commit/e4665fc8a992405f37ca80effd49e117c49a360d))

* ⬆️ 🛠️(deps): update dependency openai to v1.39.0 ([`31b59ac`](https://github.com/mraniki/MyLLM/commit/31b59ac35c7eef41216ac46c4c730e39958f4ead))

## v4.11.11 (2024-08-03)

### Other
Expand Down
2 changes: 1 addition & 1 deletion myllm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Versioning
"""
__version__ = "4.11.11"
__version__ = "4.11.12"

from .main import MyLLM

Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "MyLLM"
version = "4.11.11"
version = "4.11.12"
description = "A python package to interact with llm model supported by g4f and langchain."
authors = ["mraniki <[email protected]>"]
license = "MIT License"
Expand Down Expand Up @@ -199,6 +199,7 @@ overgeneral-exceptions = [






[tool.poetry.group.test.dependencies]
Expand Down Expand Up @@ -335,6 +336,7 @@ pytest-loguru = "^0.4.0"






[tool.poetry.group.docs]
Expand Down

0 comments on commit 0104280

Please sign in to comment.