merge: integrate latest qyqy_develop (auth login + RBAC read) into ZSY branch
Incremental merge on top ofef701c8, which already integrated the earlier qyqy basebbf623a. qyqy_develop only added commits on top ofbbf623a, so this merge is conflict-free. Incoming: account/password login (POST /api/v1/auth/tokens), RBAC read-only query API, rate limit dependency, login test console and user management tools. Additive changes in app/main.py, requirements.txt and pyproject.toml from both sides are all preserved. ZSY side capabilities (visitor tokens, customer service agent, knowledge retrieval, profile projection) are unchanged.
This commit is contained in:
@@ -24,6 +24,7 @@ dependencies = [
|
||||
"milvus-lite>=3.2,<4",
|
||||
"PyJWT>=2.10,<3",
|
||||
"cryptography>=44,<51",
|
||||
"bcrypt>=4.0,<5",
|
||||
"httpx>=0.28,<1",
|
||||
"tzdata>=2025.1,<2027",
|
||||
"alibabacloud_docmind_api20220711==1.4.14",
|
||||
|
||||
Reference in New Issue
Block a user