Skip to content

Commit

Permalink
3.1.54
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Oct 29, 2023
1 parent 4bcda5c commit 7752b78
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 2 deletions.
60 changes: 60 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,68 @@



## v3.1.54 (2023-10-29)

### Other

* Merge pull request #235 from mraniki/dev

⬆️ 🤖 - Q Why do ducks have big flat feet ([`4bcda5c`](https://github.com/mraniki/MyLLM/commit/4bcda5c1feeb0539145350540ef6c2a79a66c0f9))

* Merge pull request #234 from mraniki/dev

⬆️ 🤖 - Auto Release - ([`3b682b2`](https://github.com/mraniki/MyLLM/commit/3b682b20ebaeef9d8ae0ee3958a6db54cf7e41aa))

* Refactor GitHub Actions workflow file ([`d54a415`](https://github.com/mraniki/MyLLM/commit/d54a415900d11321f40ece62cb33a65b6576b020))

* Merge pull request #233 from mraniki/dev

Update README.md ([`0347c14`](https://github.com/mraniki/MyLLM/commit/0347c14340bfe82b6315dec456a6b8bae0092fc9))

* Merge pull request #232 from mraniki/dev

Merge pull request #231 from mraniki/main ([`87bedcc`](https://github.com/mraniki/MyLLM/commit/87bedcc659ec25fde80dd0f9416f1d227b242778))

* Merge pull request #231 from mraniki/main

Merge pull request #230 from mraniki/dev ([`7002012`](https://github.com/mraniki/MyLLM/commit/7002012fb319a8d5dfbd7ee258bf0742d74dccf1))

* Merge pull request #230 from mraniki/dev

Dev ([`a0465e1`](https://github.com/mraniki/MyLLM/commit/a0465e144b9d8fbca33eb0fda260933f41de4682))

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

⬆️ 🛠️(deps): update dependency g4f to v0.1.7.9 ([`12f1deb`](https://github.com/mraniki/MyLLM/commit/12f1deb1e80d60bb77c7272a8deb2f2433dbb758))

* Merge branch 'main' into dev ([`7a3cf66`](https://github.com/mraniki/MyLLM/commit/7a3cf662b7cffa4419a4813f24c98808149e3b56))

### Update

* Update README.md ([`5fe8499`](https://github.com/mraniki/MyLLM/commit/5fe849947a100298e228d85bb57d1ccfa512f2bc))

* Update Requirements ([`7a464fb`](https://github.com/mraniki/MyLLM/commit/7a464fb48adadb9f6226f6024f6a0d5c6fb789cb))

### ⬆️

* ⬆️ 🛠️(deps): update dependency g4f to v0.1.7.9 ([`c28e291`](https://github.com/mraniki/MyLLM/commit/c28e291271cec75b43e1c38043a9c0fa9ee81ab5))

### 👷

* 👷 CI Change ([`157b1b2`](https://github.com/mraniki/MyLLM/commit/157b1b23878ac91fd6064d39511e3b40b7e20f5d))

* 👷 CI Change ([`8e63b86`](https://github.com/mraniki/MyLLM/commit/8e63b86a73d065a7cc923ee6756b932b1eac7115))

* 👷 CI Change ([`c48a409`](https://github.com/mraniki/MyLLM/commit/c48a409a0ce9df1df8f76de087cc5ad95c7f0184))

## v3.1.53 (2023-10-28)

### Other

* Merge pull request #228 from mraniki/renovate/fastapi-0.x-lockfile

⬆️ 🛠️(deps): update dependency fastapi to v0.104.0 ([`7ed3856`](https://github.com/mraniki/MyLLM/commit/7ed3856112cff28ae6ef240c097c440c43066a2a))

* Merge pull request #227 from mraniki/dev

⬆️ 🤖 - Auto Release ([`0eb1ad1`](https://github.com/mraniki/MyLLM/commit/0eb1ad14558c52e80b1f3e7bd9b750e3dd0c7ab7))
Expand All @@ -25,6 +83,8 @@

### ⬆️

* ⬆️ 🛠️(deps): update dependency fastapi to v0.104.0 ([`cdc3da8`](https://github.com/mraniki/MyLLM/commit/cdc3da86b56ecf394bf3d5412f4bae5524ff269a))

* ⬆️ 🛠️(deps): update dependency g4f to v0.1.7.8 ([`957577b`](https://github.com/mraniki/MyLLM/commit/957577b8e2a42319ecb0da8ffdc0f8d306adb130))

## v3.1.52 (2023-10-27)
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.53"
__version__ = "3.1.54"

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.53"
version = "3.1.54"
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 @@ -79,6 +79,7 @@ overgeneral-exceptions = [




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





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

0 comments on commit 7752b78

Please sign in to comment.