Skip to content

Commit

Permalink
4.13.18
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Dec 5, 2024
1 parent 5d97963 commit 46c0cdc
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.18 (2024-12-05)

### Other

* Merge pull request #786 from mraniki/dev

⬆️ 🤖 - What good is an obscenity trial except to popularize literature ([`5d97963`](https://github.com/mraniki/MyLLM/commit/5d97963f4ea6b214767fbd81f0cd2587c6f82e86))

### ⬆️

* ⬆️ 🛠️(deps): update dependency openai to v1.56.2 (#787)

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

* ⬆️ 🛠️(deps): update dependency openai to v1.56.1 (#785)

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

## v4.13.17 (2024-12-03)

### 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.17"
__version__ = "4.13.18"

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.17"
version = "4.13.18"
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 @@ -108,6 +108,7 @@ overgeneral-exceptions = [






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






[tool.poetry.group.docs]
Expand Down

0 comments on commit 46c0cdc

Please sign in to comment.