Skip to content

Commit

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



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

### Other

* Merge pull request #675 from mraniki/dev

⬆️ 🤖 - You could live a better life if you had a better mind and a better body ([`9246fb9`](https://github.com/mraniki/MyLLM/commit/9246fb98dc31c9e4c9e700897cd8a7287199c0b4))

### ⬆️

* ⬆️ 🛠️(deps): update dependency openai to v1.46.0 ([`625e0ba`](https://github.com/mraniki/MyLLM/commit/625e0ba3a523d3b4fe710b513f9e96bf51218305))

## v4.12.17 (2024-09-17)

### 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.17"
__version__ = "4.12.18"

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.17"
version = "4.12.18"
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 @@ -86,6 +86,7 @@ overgeneral-exceptions = [




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




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

Expand Down

0 comments on commit 3a98296

Please sign in to comment.