chore: bump pydantic to 2.11 and pydantic-settings to 2.9 (#15049)

This commit is contained in:
Bowen Liang
2025-05-08 17:39:51 +08:00
committed by GitHub
parent 58d9d35515
commit cbc8ebd8f5
11 changed files with 88 additions and 71 deletions

View File

@@ -30,7 +30,7 @@ class Variable(Segment):
"""
id: str = Field(
default=lambda _: str(uuid4()),
default_factory=lambda: str(uuid4()),
description="Unique identity for variable.",
)
name: str