We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f86281d commit bc69af0Copy full SHA for bc69af0
guardrails/cli/version.py
@@ -13,7 +13,7 @@ def get_guardrails_version():
13
14
15
def version_warnings_if_applicable(console: Console):
16
- current_version = "0.1.0" or get_guardrails_version()
+ current_version = get_guardrails_version()
17
18
with contextlib.suppress(Exception):
19
res = requests.get(f"https://pypi.org/pypi/{GUARDRAILS_PACKAGE_NAME}/json")
0 commit comments