Skip to content

Commit

Permalink
added response validator dep, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroEsquivel committed Oct 30, 2024
1 parent db723e3 commit 4b7fdbd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "politeness_check"
version = "0.0.0"
version = "0.0.1"
description = "This validator ensures that a generated output is polite."
authors = [
{name = "Guardrails AI", email = "[email protected]"}
Expand All @@ -10,7 +10,8 @@ readme = "README.md"
requires-python = ">= 3.8.1"
dependencies = [
"guardrails-ai>=0.4.0",
"litellm"
"litellm",
"guardrails-grhub-response_evaluator"
]

[project.optional-dependencies]
Expand Down

0 comments on commit 4b7fdbd

Please sign in to comment.