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 188a9e7 commit 773b1a7Copy full SHA for 773b1a7
python/private/version.bzl
@@ -523,6 +523,7 @@ def _parse(version_str, strict = True):
523
Returns:
524
string containing the normalized version.
525
"""
526
+
527
# https://packaging.python.org/en/latest/specifications/version-specifiers/#leading-and-trailing-whitespace
528
version = version_str.strip()
529
is_prefix = False
0 commit comments