Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/providers/vdb/vdb-lindorm/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.0.1"

dependencies = [
"opensearch-py==3.1.0",
"tenacity>=8.0.0",
"tenacity>=9.1.4",
]
description = "Dify vector store backend (dify-vdb-lindorm)."

Expand Down
18 changes: 9 additions & 9 deletions api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@ requires-python = "~=3.12.0"

dependencies = [
# Legacy: mature and widely deployed
"bleach>=6.3.0",
"bleach>=6.4.0",
"boto3>=1.43.6",
"celery>=5.6.3",
"croniter>=6.2.2",
"croniter>=6.2.3",
"flask>=3.1.3,<4.0.0",
"flask-cors>=6.0.2",
"gevent>=26.4.0",
"gevent>=26.5.0",
"gevent-websocket>=0.10.1",
"gmpy2>=2.3.0",
"gmpy2>=2.3.1",
"google-api-python-client>=2.196.0",
"gunicorn>=26.0.0",
"psycogreen>=1.0.2",
"psycopg2-binary>=2.9.12",
"python-socketio>=5.13.0",
"python-socketio>=5.16.3",
"redis[hiredis]>=7.4.0",
"sendgrid>=6.12.5",
"sseclient-py>=1.8.0",
# Stable: production-proven, cap below the next major
"aliyun-log-python-sdk>=0.9.44,<1.0.0",
"aliyun-log-python-sdk>=0.9.47,<1.0.0",
"azure-identity>=1.25.3,<2.0.0",
"flask-compress>=1.24,<2.0.0",
"flask-login>=0.6.3,<1.0.0",
Expand All @@ -40,12 +40,12 @@ dependencies = [
"opentelemetry-instrumentation-sqlalchemy>=0.62b0,<1.0.0",
"opentelemetry-propagator-b3>=1.41.1,<2.0.0",
"readabilipy>=0.3.0,<1.0.0",
"resend>=2.27.0,<3.0.0",
"resend>=2.32.2,<3.0.0",
# Emerging: newer and fast-moving, use compatible pins
"fastopenapi[flask]~=0.7.0",
"graphon~=0.4.0",
"graphon~=0.6.0",
"httpx-sse~=0.4.0",
"json-repair~=0.59.4",
"json-repair~=0.61.1",
]
# Before adding new dependency, consider place it in
# alphabet order (a-z) and suitable group.
Expand Down
Loading