You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Currently guardrails hub list iterates through the import statements in the guardrails hub init file but should check installed pip packages
Why is this needed
If guardrails is re-installed the list of installed validators disappears when really the validators are still installed.
Implementation details
List installed packages and find those with the grhub concatinator
End result guardrails hub install yields all installed validators even if guardrails itself was re-installed
The text was updated successfully, but these errors were encountered:
Description
Currently
guardrails hub list
iterates through the import statements in the guardrails hub init file but should check installed pip packagesWhy is this needed
If guardrails is re-installed the list of installed validators disappears when really the validators are still installed.
Implementation details
List installed packages and find those with the
grhub
concatinatorEnd result
guardrails hub install
yields all installed validators even if guardrails itself was re-installedThe text was updated successfully, but these errors were encountered: