Skip to content

Commit

Permalink
docs: add maintenance mode disclaimer
Browse files Browse the repository at this point in the history
bump(ver): 0.8.7 → 0.8.8
  • Loading branch information
ajndkr committed Jul 6, 2024
1 parent 69b6129 commit 43375b4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

</div>

> ⚠️ **Disclaimer**: This project is now in maintenance mode. I won't be adding new features or actively maintaining the project as I have moved on to other projects and priorities. While I will address critical bugs and security issues as needed, active development has ceased from my end. I do encourage the community to continue to contribute to the project if they find it useful. Thank you for using lanarky!
Lanarky is a **python (3.9+)** web framework for developers who want to build microservices using LLMs.
Here are some of its key features:

Expand Down
2 changes: 2 additions & 0 deletions README.pypi.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

</div>

> ⚠️ **Disclaimer**: This project is now in maintenance mode. I won't be adding new features or actively maintaining the project as I have moved on to other projects and priorities. While I will address critical bugs and security issues as needed, active development has ceased from my end. I do encourage the community to continue to contribute to the project if they find it useful. Thank you for using lanarky!
Lanarky is a **python (3.9+)** web framework for developers who want to build microservices using LLMs.
Here are some of its key features:

Expand Down
5 changes: 5 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ hide:

</div>

> ⚠️ **Disclaimer**: This project is now in maintenance mode. I won't be adding new features or actively maintaining
the project as I have moved on to other projects and priorities. While I will address critical bugs and security
issues as needed, active development has ceased from my end. I do encourage the community to continue to contribute
to the project if they find it useful. Thank you for using lanarky!

Lanarky is a **python (3.9+)** web framework for developers who want to build microservices using LLMs.
Here are some of its key features:

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lanarky"
version = "0.8.7"
version = "0.8.8"
description = "The web framework for building LLM microservices"
authors = ["Ajinkya Indulkar <ajndkr@gmail.com>"]
readme = "README.pypi.md"
Expand Down

0 comments on commit 43375b4

Please sign in to comment.