Skip to content

Commit

Permalink
4.13.21
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Dec 14, 2024
1 parent e546e36 commit 9039995
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@



## v4.13.21 (2024-12-14)

### Other

* Merge pull request #800 from mraniki/dev

⬆️ 🤖 - Q Why do WASPs play golf ([`e546e36`](https://github.com/mraniki/MyLLM/commit/e546e36f768c4cf4555f0308396d6ef5877a8eeb))

### ⬆️

* ⬆️ 🛠️(deps): update dependency openai to v1.57.4 (#802)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> ([`e39819c`](https://github.com/mraniki/MyLLM/commit/e39819c853d7a490f59201b76c1aefe646872ef5))

* ⬆️ 🛠️(deps): update dependency pytest-asyncio to ^0.25.0 ([`7ec5e0e`](https://github.com/mraniki/MyLLM/commit/7ec5e0e12c64c0dbfde1235379516df6dc21afe5))

* ⬆️ 🛠️(deps): update dependency openai to v1.57.3 (#799)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> ([`3043c06`](https://github.com/mraniki/MyLLM/commit/3043c06c9838757440771fb29e553c92642978e3))

## v4.13.20 (2024-12-12)

### 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.20"
__version__ = "4.13.21"

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.20"
version = "4.13.21"
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 @@ -111,6 +111,7 @@ overgeneral-exceptions = [






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






[tool.poetry.group.docs]
Expand Down

0 comments on commit 9039995

Please sign in to comment.