Skip to content

Commit

Permalink
4.11.16
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Aug 16, 2024
1 parent d122a1e commit 35026c0
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@



## v4.11.16 (2024-08-16)

### Other

* Merge pull request #628 from mraniki/dev

⬆️ 🤖 - There are more things in heaven and earth ([`d122a1e`](https://github.com/mraniki/MyLLM/commit/d122a1ea740d9cae5df59481336d2db01fd0a460))

### ⬆️

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

* ⬆️ 🛠️(deps): update dependency openai to v1.40.7 ([`1d41d66`](https://github.com/mraniki/MyLLM/commit/1d41d668c33e853efe4b2ad8ad942ddfb1a456f3))

* ⬆️ 🛠️(deps): update dependency ruff to ^0.6.0 ([`11816bc`](https://github.com/mraniki/MyLLM/commit/11816bc2ddf31b731b82e962f59620a649efe0b3))

## v4.11.15 (2024-08-13)

### 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.11.15"
__version__ = "4.11.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.11.15"
version = "4.11.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 @@ -203,6 +203,7 @@ overgeneral-exceptions = [






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






[tool.poetry.group.docs]
Expand Down

0 comments on commit 35026c0

Please sign in to comment.