Skip to content

Commit

Permalink
4.13.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Oct 31, 2024
1 parent 1598d7c commit 7a61ca8
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.2 (2024-10-31)

### Other

* Merge pull request #718 from mraniki/dev

⬆️ 🤖 - You are so boring that when I see you my feet go to sleep ([`1598d7c`](https://github.com/mraniki/MyLLM/commit/1598d7c75fa8067c69839f7cf1bbf1b0ffb09f0b))

### ⬆️

* ⬆️ 🛠️(deps): update dependency openai to v1.53.0 ([`1d42000`](https://github.com/mraniki/MyLLM/commit/1d4200019f99caf4b625e99b49620065e1e967c0))

## v4.13.1 (2024-10-29)

### 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.1"
__version__ = "4.13.2"

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.1"
version = "4.13.2"
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 @@ -92,6 +92,7 @@ overgeneral-exceptions = [






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




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

Expand Down

0 comments on commit 7a61ca8

Please sign in to comment.