Skip to content

Commit

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



## v4.11.15 (2024-08-13)

### Other

* Merge pull request #625 from mraniki/dev

⬆️ 🤖 - Work consists of whatever a body is obliged to do ([`486e22c`](https://github.com/mraniki/MyLLM/commit/486e22c4b8b2a93a59f4ad5a877716aa664e46c3))

### ⬆️

* ⬆️ 🛠️(deps): update dependency openai to v1.40.6 ([`9706a0d`](https://github.com/mraniki/MyLLM/commit/9706a0d777d209a6f75ab3a92c5949018c41c6ac))

* ⬆️ 🛠️(deps): update dependency openai to v1.40.4 ([`950ca29`](https://github.com/mraniki/MyLLM/commit/950ca290eab870d26001af37bbfac9b9d539055a))

## v4.11.14 (2024-08-11)

### 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.14"
__version__ = "4.11.15"

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.14"
version = "4.11.15"
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 @@ -202,6 +202,7 @@ overgeneral-exceptions = [






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






[tool.poetry.group.docs]
Expand Down

0 comments on commit d020f55

Please sign in to comment.