mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-12 11:43:39 +08:00
fix: remediate urllib3 CVEs (#16907)
This commit is contained in:
@@ -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"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user