Skip to content

Commit b580265

Browse files
authored
Add optional description field to SchemaResponse (#74)
1 parent 116650c commit b580265

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

vlmrun/client/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ class DomainInfo(BaseModel):
6161

6262
class SchemaResponse(BaseModel):
6363
domain: str
64+
description: Optional[str] = None
6465
schema_version: str
6566
schema_hash: str
6667
gql_stmt: str

vlmrun/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.6"
1+
__version__ = "0.2.7"

0 commit comments

Comments
 (0)