Bump version to 1.2.9 and update API version to 1.2.3

- Add WHITELIST_PATHS environment variable to Server's README
This commit is contained in:
yangdx
2025-03-24 12:29:17 +08:00
parent 77ab26e5bf
commit 13056822a8
3 changed files with 5 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
from .lightrag import LightRAG as LightRAG, QueryParam as QueryParam
__version__ = "1.2.8"
__version__ = "1.2.9"
__author__ = "Zirui Guo"
__url__ = "https://github.com/HKUDS/LightRAG"