Skip to content

Commit

Permalink
4.12.10
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Sep 4, 2024
1 parent a9e0478 commit 14f1cac
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.10 (2024-09-04)

### Other

* Merge pull request #655 from mraniki/dev

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

### ⬆️

* ⬆️ 🛠️(deps): update dependency groq to v0.11.0 ([`4faa8fc`](https://github.com/mraniki/MyLLM/commit/4faa8fc869d2c866d6923f0c09ea14928f319b0a))

## v4.12.9 (2024-08-31)

### 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.9"
__version__ = "4.12.10"

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.9"
version = "4.12.10"
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 @@ -78,6 +78,7 @@ overgeneral-exceptions = [




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




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

Expand Down

0 comments on commit 14f1cac

Please sign in to comment.