Skip to content

Commit ae176c8

Browse files
drorIvryyuval-qf
andauthored
hotfix add flagged to sdk (#442)
* hotfix add flagged to sdk * Apply suggestion from @yuval-qf --------- Co-authored-by: yuval-qf <yuval@qualifire.ai>
1 parent ee90844 commit ae176c8

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55

66
[tool.poetry]
77
name = "qualifire"
8-
version = "0.10.1"
8+
version = "0.10.2"
99
description = "Qualifire Python SDK"
1010
readme = "README.md"
1111
authors = ["qualifire-dev <dror@qualifire.ai>"]

qualifire/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ class EvaluationResult:
9898
quote: str
9999
reason: str
100100
score: int
101+
flagged: bool
101102

102103

103104
@dataclass

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
if __name__ == "__main__":
55
setup(
66
name="qualifire",
7-
version="0.10.0",
7+
version="0.10.2",
88
description="Qualifire Python SDK",
99
author="qualifire-dev",
1010
author_email="dror@qualifire.ai",

0 commit comments

Comments
 (0)