Skip to content

Commit

Permalink
4.13.30
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jan 14, 2025
1 parent 7e625db commit 1c47f8a
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.13.30 (2025-01-14)

### Other

* Merge pull request #836 from mraniki/dev

⬆️ 🤖 - Abandon the search for Truth settle for a good fantasy ([`7e625db`](https://github.com/mraniki/MyLLM/commit/7e625db01374620d5cd457e4facc3ab69a6f8c53))

### ⬆️

* ⬆️ 🛠️(deps): update dependency openai to v1.59.7 (#835)

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

## v4.13.29 (2025-01-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.13.29"
__version__ = "4.13.30"

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.29"
version = "4.13.30"
description = "A python package to interact with llm model supported by g4f and langchain."
authors = ["mraniki <8766259+mraniki@users.noreply.github.com>"]
license = "MIT License"
Expand Down Expand Up @@ -120,6 +120,7 @@ overgeneral-exceptions = [






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






[tool.poetry.group.docs]
Expand Down

0 comments on commit 1c47f8a

Please sign in to comment.