Skip to content

Commit

Permalink
4.13.5
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Nov 5, 2024
1 parent adce0ba commit 08d04f1
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.13.5 (2024-11-05)

### Other

* Merge pull request #726 from mraniki/dev

⬆️ 🤖 - You may my glories and my state dispose ([`adce0ba`](https://github.com/mraniki/MyLLM/commit/adce0ba40af4a0944c6197ddfdda544f9c7eeada))

### ⬆️

* ⬆️ 🛠️(deps): update dependency openai to v1.54.0 ([`7b06ca4`](https://github.com/mraniki/MyLLM/commit/7b06ca424777657c5ea9b60d48f174d80daa11a4))

* ⬆️ 🛠️(deps): update dependency pre-commit to v4 ([`3a15d6e`](https://github.com/mraniki/MyLLM/commit/3a15d6eef1e9ad5f125aa5d7123541ced9ddce5a))

* ⬆️ 🛠️(deps): update dependency openai to v1.53.1 ([`0fec415`](https://github.com/mraniki/MyLLM/commit/0fec41549de7d1cb98efc044279d6f229712d6a6))

## v4.13.4 (2024-11-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.13.4"
__version__ = "4.13.5"

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.13.4"
version = "4.13.5"
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 @@ -95,6 +95,7 @@ overgeneral-exceptions = [






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






[tool.poetry.group.docs]
Expand Down

0 comments on commit 08d04f1

Please sign in to comment.