Skip to content

Commit

Permalink
4.12.19
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Sep 21, 2024
1 parent b747fa1 commit 1e45282
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.12.19 (2024-09-21)

### Other

* Merge pull request #677 from mraniki/dev

⬆️ 🤖 - O it is excellent ([`b747fa1`](https://github.com/mraniki/MyLLM/commit/b747fa12b3aaea544993a727172a03b864506fb3))

### ⬆️

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

* ⬆️ 🛠️(deps): update dependency openai to v1.46.1 ([`3ad03b8`](https://github.com/mraniki/MyLLM/commit/3ad03b8e47a73bca0dc08f0872009a3f8cf1dcd9))

## v4.12.18 (2024-09-18)

### 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.12.18"
__version__ = "4.12.19"

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.12.18"
version = "4.12.19"
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 @@ -87,6 +87,7 @@ overgeneral-exceptions = [




[tool.poetry.group.test.dependencies]
pytest = "^8.0.0"
pytest-cov = "^5.0.0"
Expand All @@ -107,6 +108,7 @@ pytest-loguru = "^0.4.0"




[tool.poetry.group.docs]
optional = true

Expand Down

0 comments on commit 1e45282

Please sign in to comment.