Skip to content

Commit

Permalink
4.12.17
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Sep 17, 2024
1 parent a7ee8e0 commit 47fc769
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.17 (2024-09-17)

### Other

* Merge pull request #673 from mraniki/dev

⬆️ 🤖 - Tempt not a desperate man ([`a7ee8e0`](https://github.com/mraniki/MyLLM/commit/a7ee8e0a58987ab47bcca2a022c02a11a0807a7e))

### ⬆️

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

## v4.12.16 (2024-09-13)

### 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.16"
__version__ = "4.12.17"

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.16"
version = "4.12.17"
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 @@ -85,6 +85,7 @@ overgeneral-exceptions = [




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




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

Expand Down

0 comments on commit 47fc769

Please sign in to comment.