Skip to content

Commit

Permalink
3.1.11
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Oct 4, 2023
1 parent 5eaa702 commit 32a4c4d
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@



## v3.1.11 (2023-10-04)

### Other

* Merge pull request #138 from mraniki/dev

♻️ Refactor config file loading ([`5eaa702`](https://github.com/mraniki/MyLLM/commit/5eaa7025203201c083239f5ae6175256be375a7f))

* Merge pull request #139 from mraniki/renovate/g4f-0.x

⬆️ 🛠️(deps): update dependency g4f to v0.1.4.7 ([`2a455c8`](https://github.com/mraniki/MyLLM/commit/2a455c8918a3d72e1e423ea4d9d8b47169d99753))

* Refactor config file loading ([`ac5645c`](https://github.com/mraniki/MyLLM/commit/ac5645cfe5cdad699ed78ce76f6c8e0746320714))

### Update

* Update Requirements ([`e98aa12`](https://github.com/mraniki/MyLLM/commit/e98aa1206e7872047ca1637e85fce446c916aa12))

* Update Requirements ([`2b402db`](https://github.com/mraniki/MyLLM/commit/2b402dbf927c5f3d347a8e5a58773384db29817d))

### ⬆️

* ⬆️ 🛠️(deps): update dependency g4f to v0.1.4.7 ([`012288a`](https://github.com/mraniki/MyLLM/commit/012288aea5cbc1c68aca4f909075c081b5057613))


## v3.1.10 (2023-10-04)

### 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__ = "3.1.10"
__version__ = "3.1.11"


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,7 +1,7 @@

[tool.poetry]
name = "MyLLM"
version = "3.1.10"
version = "3.1.11"
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 @@ -73,6 +73,7 @@ overgeneral-exceptions = [




[tool.poetry.group.test.dependencies]
pytest = "^7.0"
pytest-cov = "^4.1"
Expand All @@ -91,6 +92,7 @@ pytest-loguru = "^0.2.0"




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

Expand Down

0 comments on commit 32a4c4d

Please sign in to comment.