Skip to content
This repository was archived by the owner on Jul 26, 2025. It is now read-only.

Commit 7ef5f29

Browse files
author
github-actions
committed
4.1.2
Automatically generated by python-semantic-release
1 parent 485b48e commit 7ef5f29

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33

44

55

6+
## v4.1.2 (2024-02-18)
7+
8+
### Other
9+
10+
* Merge pull request #346 from mraniki/dev
11+
12+
⬆️ 🤖 - You will be recognized and honored as a community leader ([`485b48e`](https://github.com/mraniki/MyLLM/commit/485b48ebfab065d16102f85f8c02588daa8405cf))
13+
14+
### ⬆️
15+
16+
* ⬆️ 🛠️(deps): update dependency g4f to v0.2.1.4 ([`2c40c2c`](https://github.com/mraniki/MyLLM/commit/2c40c2c13bad73f78e39f671842884dfb9e7e67e))
17+
618
## v4.1.1 (2024-02-11)
719

820
### Other

myllm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Versioning
33
"""
4-
__version__ = "4.1.1"
4+
__version__ = "4.1.2"
55

66
from .main import MyLLM
77

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "MyLLM"
3-
version = "4.1.1"
3+
version = "4.1.2"
44
description = "A python package to interact with llm model supported by g4f and langchain."
55
authors = ["mraniki <[email protected]>"]
66
license = "MIT License"
@@ -124,6 +124,7 @@ overgeneral-exceptions = [
124124

125125

126126

127+
127128

128129

129130
[tool.poetry.group.test.dependencies]
@@ -195,6 +196,7 @@ pytest-loguru = "^0.3.0"
195196

196197

197198

199+
198200

199201

200202
[tool.poetry.group.docs]

0 commit comments

Comments
 (0)