fix: remediate urllib3 CVEs (#16907)

This commit is contained in:
rayhan
2026-07-14 15:57:29 +01:00
committed by GitHub
parent b506d8ec5f
commit 75d9efa27c
8 changed files with 52 additions and 27 deletions

View File

@@ -20,6 +20,11 @@ test = [
"requests>=2.32.3",
]
[tool.uv]
constraint-dependencies = [
"urllib3>=2.7.0",
]
[tool.setuptools]
py-modules = ["ragflow_cli", "parser", "http_client", "ragflow_client", "user"]