Skip to content

Commit

Permalink
4.13.7
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Nov 7, 2024
1 parent 72ed859 commit 36aec5f
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.13.7 (2024-11-07)

### Other

* Merge pull request #731 from mraniki/dev

⬆️ 🤖 - You never have to change anything you got up in the middle of the night ([`72ed859`](https://github.com/mraniki/MyLLM/commit/72ed859006aeeb0243e70c81ee448c7051babe49))

### ⬆️

* ⬆️ 🛠️(deps): update dependency openai to v1.54.3 ([`84b44b8`](https://github.com/mraniki/MyLLM/commit/84b44b8082a8eb823280144c699907e4c60d22f4))

## v4.13.6 (2024-11-06)

### 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.6"
__version__ = "4.13.7"

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.6"
version = "4.13.7"
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 @@ -97,6 +97,7 @@ overgeneral-exceptions = [






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






[tool.poetry.group.docs]
Expand Down

0 comments on commit 36aec5f

Please sign in to comment.