Skip to content

Commit

Permalink
4.13.20
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Dec 12, 2024
1 parent 7f6db1e commit 8721b59
Show file tree
Hide file tree
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
Expand Up @@ -3,6 +3,28 @@



## v4.13.20 (2024-12-12)

### Other

* Merge pull request #795 from mraniki/dev

⬆️ 🤖 - Snow Day stay home ([`7f6db1e`](https://github.com/mraniki/MyLLM/commit/7f6db1e6a9969ba02b545a0196229202aa115972))

### ⬆️

* ⬆️ 🛠️(deps): update dependency playwright to v1.49.1 (#797)

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

* ⬆️ 🛠️(deps): update dependency openai to v1.57.2 (#796)

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

* ⬆️ 🛠️(deps): update dependency openai to v1.57.1 (#794)

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

## v4.13.19 (2024-12-06)

### 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.19"
__version__ = "4.13.20"

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.19"
version = "4.13.20"
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 @@ -110,6 +110,7 @@ overgeneral-exceptions = [






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






[tool.poetry.group.docs]
Expand Down

0 comments on commit 8721b59

Please sign in to comment.