Skip to content

Commit

Permalink
4.13.16
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Nov 30, 2024
1 parent 93cd713 commit 4f2442f
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@



## v4.13.16 (2024-11-30)

### Other

* Merge pull request #779 from mraniki/dev

⬆️ 🤖 - Future looks spotty You will spill soup in late evening ([`93cd713`](https://github.com/mraniki/MyLLM/commit/93cd7133d60c3252acce9c08e36de82bb75d9726))

### ⬆️

* ⬆️ 🛠️(deps): update dependency groq to v0.13.0 ([`635c58a`](https://github.com/mraniki/MyLLM/commit/635c58a48779d084f91b4b488199f647fb731295))

* ⬆️ 🛠️(deps): update dependency pytest-cov to v6 (#778)

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

* ⬆️ 🛠️(deps): update dependency openai to v1.55.3 (#777)

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

## v4.13.15 (2024-11-28)

### 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.15"
__version__ = "4.13.16"

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.15"
version = "4.13.16"
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 @@ -106,6 +106,7 @@ overgeneral-exceptions = [






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






[tool.poetry.group.docs]
Expand Down

0 comments on commit 4f2442f

Please sign in to comment.