Skip to content

Commit

Permalink
4.13.38
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jan 30, 2025
1 parent 5ebadd4 commit accc959
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@



## v4.13.38 (2025-01-30)

### Other

* Merge pull request #866 from mraniki/dev

⬆️ 🤖 - Your domestic life may be harmonious ([`5ebadd4`](https://github.com/mraniki/MyLLM/commit/5ebadd47fa426330b6b35d2a9590da38615cc14f))

* Merge pull request #867 from mraniki/renovate/g4f-0.x

⬆️ 🛠️(deps): update dependency g4f to v0.4.3.6 ([`217fb23`](https://github.com/mraniki/MyLLM/commit/217fb234e6ea36b1f0c1f301590a75bc54d8ad16))

### ⬆️

* ⬆️ 🛠️(deps): update dependency g4f to v0.4.3.6 ([`f59857f`](https://github.com/mraniki/MyLLM/commit/f59857f1b9bc1555070e22773271910c482fbccc))

* ⬆️ 🛠️(deps): update dependency groq to v0.16.0 ([`d2efd4b`](https://github.com/mraniki/MyLLM/commit/d2efd4b3af71bed0b03cfb23737fed3d5d5ee1e7))

## v4.13.37 (2025-01-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.37"
__version__ = "4.13.38"

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.37"
version = "4.13.38"
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 @@ -128,6 +128,7 @@ overgeneral-exceptions = [






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






[tool.poetry.group.docs]
Expand Down

0 comments on commit accc959

Please sign in to comment.