Skip to content

Commit bfffcf0

Browse files
committed
feat(enum): update column schema type
1 parent 1c34874 commit bfffcf0

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

libs/api/hiagent_api/eva_types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ class ColumnSchemaType(str, Enum):
5959
"""Schema type"""
6060

6161
TEXT = "Text"
62+
STRING = "String"
6263
MULTI_CONTENT = "MultiContent"
6364

6465

libs/eva/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "hiagent-eva"
3-
version = "2.3.0"
3+
version = "2.4.0"
44
description = "HiAgent Eva SDK"
55
readme = "README.md"
66
requires-python = ">=3.10"

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)