From 43375b45f4e17cc0bd75752f2ef6b45829864cee Mon Sep 17 00:00:00 2001 From: Ajinkya Indulkar <26824103+ajndkr@users.noreply.github.com> Date: Sat, 6 Jul 2024 11:49:55 +0530 Subject: [PATCH] docs: add maintenance mode disclaimer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit bump(ver): 0.8.7 → 0.8.8 --- README.md | 2 ++ README.pypi.md | 2 ++ docs/index.md | 5 +++++ pyproject.toml | 2 +- 4 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 40fc700..e16e7cf 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ +> ⚠️ **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: diff --git a/README.pypi.md b/README.pypi.md index 0cfff3a..0a49527 100644 --- a/README.pypi.md +++ b/README.pypi.md @@ -15,6 +15,8 @@ +> ⚠️ **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: diff --git a/docs/index.md b/docs/index.md index 8c36ac6..a619e15 100644 --- a/docs/index.md +++ b/docs/index.md @@ -28,6 +28,11 @@ hide: +> ⚠️ **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: diff --git a/pyproject.toml b/pyproject.toml index 83bf774..7afd1a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] readme = "README.pypi.md"