mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-25 08:06:48 +08:00
### What problem does this PR solve? Support uploading encrypted files to object storage. ### Type of change - [x] New Feature (non-breaking change which adds functionality) --------- Co-authored-by: virgilwong <hyhvirgil@gmail.com>
This commit is contained in:
2
uv.lock
generated
2
uv.lock
generated
@ -6136,6 +6136,7 @@ dependencies = [
|
||||
{ name = "cn2an" },
|
||||
{ name = "cohere" },
|
||||
{ name = "crawl4ai" },
|
||||
{ name = "cryptography" },
|
||||
{ name = "dashscope" },
|
||||
{ name = "datrie" },
|
||||
{ name = "debugpy" },
|
||||
@ -6309,6 +6310,7 @@ requires-dist = [
|
||||
{ name = "cn2an", specifier = "==0.5.22" },
|
||||
{ name = "cohere", specifier = "==5.6.2" },
|
||||
{ name = "crawl4ai", specifier = ">=0.4.0,<1.0.0" },
|
||||
{ name = "cryptography", specifier = "==46.0.3" },
|
||||
{ name = "dashscope", specifier = "==1.20.11" },
|
||||
{ name = "datrie", specifier = ">=0.8.3,<0.9.0" },
|
||||
{ name = "debugpy", specifier = ">=1.8.13" },
|
||||
|
||||
Reference in New Issue
Block a user