Skip to content

Commit

Permalink
4.13.27
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jan 11, 2025
1 parent 40ad8cd commit c07dc44
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 2 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,42 @@



## v4.13.27 (2025-01-11)

### Other

* Merge pull request #825 from mraniki/dev

⬆️ 🤖 - Q How did you get into artificial intelligence ([`40ad8cd`](https://github.com/mraniki/MyLLM/commit/40ad8cd74f065afdfeefb9a7fb8b56d5d4f10834))

* Merge pull request #830 from mraniki/renovate/groq-0.x

⬆️ 🛠️(deps): update dependency groq to v0.15.0 ([`25691e4`](https://github.com/mraniki/MyLLM/commit/25691e4f89f0da5cfe55c36b2bda963222a6c60d))

### ⬆️

* ⬆️ 🛠️(deps): update dependency groq to v0.15.0 ([`1595152`](https://github.com/mraniki/MyLLM/commit/159515266c04d59a765e71adba9d1bf85fcec43a))

* ⬆️ 🛠️(deps): update dependency g4f to v0.4.0.9 ([`5e40fcd`](https://github.com/mraniki/MyLLM/commit/5e40fcd567008ab24f87fcd48ee273296c30523e))

* ⬆️ 🛠️(deps): update dependency openai to v1.59.6 (#828)

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

* ⬆️ 🛠️(deps): update dependency ruff to ^0.9.0 ([`c66f13b`](https://github.com/mraniki/MyLLM/commit/c66f13b0149976786e975770761ef3e2f271f25b))

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

* ⬆️ 🛠️(deps): update dependency openai to v1.59.5 (#824)

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

* ⬆️ 🛠️(deps): update dependency openai to v1.59.4 (#822)

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

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

## v4.13.26 (2025-01-04)

### 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.26"
__version__ = "4.13.27"

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.26"
version = "4.13.27"
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 @@ -117,6 +117,7 @@ overgeneral-exceptions = [






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






[tool.poetry.group.docs]
Expand Down

0 comments on commit c07dc44

Please sign in to comment.