Skip to content

Commit

Permalink
4.12.16
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Sep 13, 2024
1 parent 081f0a0 commit 3f92269
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@



## v4.12.16 (2024-09-13)

### Other

* Merge pull request #668 from mraniki/dev

⬆️ 🤖 - Must I hold a candle to my shames ([`081f0a0`](https://github.com/mraniki/MyLLM/commit/081f0a02265523633907954ba3362ea7d37b86a6))

### ⬆️

* ⬆️ 🛠️(deps): update dependency playwright to v1.47.0 ([`09bebb0`](https://github.com/mraniki/MyLLM/commit/09bebb05f9f0665c39f25fd9fd52dda9e2253f87))

* ⬆️ 🛠️(deps): update dependency openai to v1.45.0 ([`d261931`](https://github.com/mraniki/MyLLM/commit/d2619311684ad0e3f9b1e84eb8ce56f25ddb13b6))

## v4.12.15 (2024-09-11)

### 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.12.15"
__version__ = "4.12.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.12.15"
version = "4.12.16"
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 @@ -84,6 +84,7 @@ overgeneral-exceptions = [




[tool.poetry.group.test.dependencies]
pytest = "^8.0.0"
pytest-cov = "^5.0.0"
Expand All @@ -101,6 +102,7 @@ pytest-loguru = "^0.4.0"




[tool.poetry.group.docs]
optional = true

Expand Down

0 comments on commit 3f92269

Please sign in to comment.