fix: fix WorkflowExecution.outputs containing non-JSON-serializable o… (#30464)

This commit is contained in:
wangxiaolei
2026-01-05 10:57:23 +08:00
committed by GitHub
parent 4bb08b93d7
commit f1fff0a243
2 changed files with 30 additions and 4 deletions

View File

@@ -16,7 +16,6 @@ class MilvusConfig(BaseSettings):
description="Authentication token for Milvus, if token-based authentication is enabled",
default=None,
)
MILVUS_USER: str | None = Field(
description="Username for authenticating with Milvus, if username/password authentication is enabled",
default=None,