Chore: thanks to bump-pydantic (#25437)
This commit is contained in:
@@ -28,8 +28,8 @@ def create_ssl_context() -> ssl.SSLContext:
|
||||
|
||||
class HuaweiCloudVectorConfig(BaseModel):
|
||||
hosts: str
|
||||
username: str | None
|
||||
password: str | None
|
||||
username: str | None = None
|
||||
password: str | None = None
|
||||
|
||||
@model_validator(mode="before")
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user