Skip to content

Commit

Permalink
4.13.35
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
semantic-release committed Jan 26, 2025
1 parent a811c23 commit 386595d
Showing 3 changed files with 26 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,28 @@



## v4.13.35 (2025-01-26)

### Other

* Merge pull request #853 from mraniki/dev

⬆️ 🤖 - And do you think fop that I am that I could be the Scarlet Pumpernickel ([`a811c23`](https://github.com/mraniki/MyLLM/commit/a811c23b00c152766bb094478f9dbc10956ffae7))

### ⬆️

* ⬆️ 🛠️(deps): update dependency g4f to v0.4.2.6 ([`52ee406`](https://github.com/mraniki/MyLLM/commit/52ee406d14277548ad86e4f5cf63f7b6e400ffca))

* ⬆️ 🛠️(deps): update dependency g4f to v0.4.2.5 ([`05da00b`](https://github.com/mraniki/MyLLM/commit/05da00b581da9c299780d13e69d83ba18e2b50fe))

* ⬆️ 🛠️(deps): update dependency openai to v1.60.1 (#852)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> ([`8e67c3b`](https://github.com/mraniki/MyLLM/commit/8e67c3b4e918765f89954932a78fee89798446ba))

* ⬆️ 🛠️(deps): update dependency g4f to v0.4.2.4 ([`254e601`](https://github.com/mraniki/MyLLM/commit/254e6015c10a61ffe0a14604358362fb83effc05))

* ⬆️ 🛠️(deps): update dependency g4f to v0.4.2.2 ([`86f2c17`](https://github.com/mraniki/MyLLM/commit/86f2c1738275714975d5f752965a8768bdb0e226))

## v4.13.34 (2025-01-24)

### Other
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.34"
__version__ = "4.13.35"

from .main import MyLLM

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.34"
version = "4.13.35"
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"
@@ -125,6 +125,7 @@ overgeneral-exceptions = [






[tool.poetry.group.test.dependencies]
@@ -183,6 +184,7 @@ pytest-loguru = "^0.4.0"






[tool.poetry.group.docs]

0 comments on commit 386595d

Please sign in to comment.