chore: bump pydantic to 2.11 and pydantic-settings to 2.9 (#15049)
This commit is contained in:
parent
58d9d35515
commit
cbc8ebd8f5
11 changed files with 88 additions and 71 deletions
|
|
@ -24,7 +24,7 @@ class EndpointProviderDeclaration(BaseModel):
|
|||
"""
|
||||
|
||||
settings: list[ProviderConfig] = Field(default_factory=list)
|
||||
endpoints: Optional[list[EndpointDeclaration]] = Field(default_factory=list)
|
||||
endpoints: Optional[list[EndpointDeclaration]] = Field(default_factory=list[EndpointDeclaration])
|
||||
|
||||
|
||||
class EndpointEntity(BasePluginEntity):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue