mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-30 07:39:38 +00:00
dont remove types
This commit is contained in:
parent
e542a980a8
commit
c34effc399
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ class PostgresKVStoreConfig(CommonConfig):
|
|||
|
||||
@classmethod
|
||||
@field_validator("table_name")
|
||||
def validate_table_name(cls, v):
|
||||
def validate_table_name(cls, v: str) -> str:
|
||||
# PostgreSQL identifiers rules:
|
||||
# - Must start with a letter or underscore
|
||||
# - Can contain letters, numbers, and underscores
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue