Skip to content

Commit

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



## v3.1.27 (2023-10-11)

### Other

* Merge pull request #166 from mraniki/dev

⬆️g4f ([`5a38a0b`](https://github.com/mraniki/MyLLM/commit/5a38a0b6da66a20f3224f62e80e10385e0887492))

* Remove .github/mergify.yml and update queue_rules

This commit removes the .github/mergify.yml file and updates the queue_r
ules. ([`1b3cdca`](https://github.com/mraniki/MyLLM/commit/1b3cdca94d7f59a76bea75312a602514eef08d6b))

* Merge branch 'main' into dev ([`91d64fc`](https://github.com/mraniki/MyLLM/commit/91d64fc19bc5fd5cc9ae5b39db2c77d59125e1c4))


## v3.1.26 (2023-10-11)

### Other

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

⬆️ 🛠️(deps): update dependency g4f to v0.1.6.1 ([`88f7cbe`](https://github.com/mraniki/MyLLM/commit/88f7cbe2deb592f485aad1af3fb0f9e93c3751e7))

### Update

* Update sweep.yaml ([`d6e6e2f`](https://github.com/mraniki/MyLLM/commit/d6e6e2fe71b89e5e45fc7a81d42391cc0cde872c))

* Update Requirements ([`0aac644`](https://github.com/mraniki/MyLLM/commit/0aac64462b4f2fb5d9bc8e6fe130223ea77457d4))

### ⬆️

* ⬆️ 🛠️(deps): update dependency g4f to v0.1.6.1 ([`9529d79`](https://github.com/mraniki/MyLLM/commit/9529d7905f0ef543f31e7911827411e43fbe44f2))


## v3.1.25 (2023-10-11)

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.26"
__version__ = "3.1.27"


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.26"
version = "3.1.27"
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 @@ -88,6 +88,7 @@ overgeneral-exceptions = [






[tool.poetry.group.test.dependencies]
Expand Down Expand Up @@ -122,6 +123,7 @@ pytest-loguru = "^0.3.0"






[tool.poetry.group.docs]
Expand Down

0 comments on commit c083b03

Please sign in to comment.