Merge branch 'main' into feat/rag-2

# Conflicts:
#	api/core/app/entities/queue_entities.py
#	api/core/workflow/graph_engine/entities/event.py
This commit is contained in:
jyong
2025-08-29 11:29:51 +08:00
106 changed files with 5142 additions and 2399 deletions

View File

@ -67,7 +67,7 @@ dependencies = [
"pydantic~=2.11.4",
"pydantic-extra-types~=2.10.3",
"pydantic-settings~=2.9.1",
"pyjwt~=2.8.0",
"pyjwt~=2.10.1",
"pypdfium2==4.30.0",
"python-docx~=1.1.0",
"python-dotenv==1.0.1",
@ -180,7 +180,7 @@ storage = [
"google-cloud-storage==2.16.0",
"opendal~=0.45.16",
"oss2==2.18.5",
"supabase~=2.8.1",
"supabase~=2.18.1",
"tos~=2.7.1",
]