mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-06-29 15:31:05 +08:00
Go: move logger to common module (#14545)
### What problem does this PR solve? As title ### Type of change - [x] Refactoring Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
@@ -12,7 +12,7 @@ dependencies = [
|
||||
"anthropic==0.34.1",
|
||||
"arxiv==2.1.3",
|
||||
"atlassian-python-api==4.0.7",
|
||||
"azure-identity==1.25.3",
|
||||
"azure-identity>=1.25.3",
|
||||
"azure-storage-file-datalake==12.16.0",
|
||||
"beartype>=0.20.0,<1.0.0",
|
||||
"bio==1.7.1",
|
||||
@@ -75,7 +75,7 @@ dependencies = [
|
||||
"opensearch-py==2.7.1",
|
||||
"ormsgpack==1.5.0",
|
||||
"pdfplumber==0.10.4",
|
||||
"pluginlib==0.10.0",
|
||||
"pluginlib>=0.10.0",
|
||||
"psycopg2-binary>=2.9.11,<3.0.0",
|
||||
"pyclipper>=1.4.0,<2.0.0",
|
||||
# "pywencai>=0.13.1,<1.0.0", # Temporarily disabled: conflicts with agentrun-sdk (pydash>=8), needed for agent/tools/wencai.py
|
||||
|
||||
Reference in New Issue
Block a user