generated from guardrails-ai/validator-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from guardrails-ai/fix/validator-dep-constraints
Fix Dependent Validator Import & Version Constraints
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "qa_relevance_llm_eval" | ||
version = "0.0.1" | ||
version = "0.0.2" | ||
description = "Validates that an answer is relevant to the question asked by asking the LLM to self evaluate." | ||
authors = [ | ||
{name = "Guardrails AI", email = "[email protected]"} | ||
|
@@ -10,7 +10,7 @@ readme = "README.md" | |
requires-python = ">= 3.8.1" | ||
dependencies = [ | ||
"guardrails-ai>=0.4.0", | ||
"guardrails-grhub-response_evaluator" | ||
"guardrails-grhub-response_evaluator<1.0.0" | ||
] | ||
|
||
[project.optional-dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters