Skip to content

Commit

Permalink
4.13.32
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jan 17, 2025
1 parent 50dfdd7 commit 80f3d4a
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.32 (2025-01-17)

### Other

* Merge pull request #840 from mraniki/dev

⬆️ 🤖 - an experienced industrious ambitious and often quite often ([`50dfdd7`](https://github.com/mraniki/MyLLM/commit/50dfdd7001f967ac307c80922d96c61c39db24e3))

### ⬆️

* ⬆️ 🛠️(deps): update dependency g4f to v0.4.1.2 ([`8eaf0f9`](https://github.com/mraniki/MyLLM/commit/8eaf0f94e9253a953cdfc3604c375cb5b6c8682b))

## v4.13.31 (2025-01-15)

### 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.31"
__version__ = "4.13.32"

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.31"
version = "4.13.32"
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 @@ -122,6 +122,7 @@ overgeneral-exceptions = [






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






[tool.poetry.group.docs]
Expand Down

0 comments on commit 80f3d4a

Please sign in to comment.