Skip to content

Commit c969186

Browse files
authored
feat: make parse_version_to_tuple public (#864)
1 parent 4f68f93 commit c969186

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

google/api_core/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
# expose dependency checks for external callers
3131
check_python_version = _python_version_support.check_python_version
3232
check_dependency_versions = _python_package_support.check_dependency_versions
33+
parse_version_to_tuple = _python_package_support.parse_version_to_tuple
3334
warn_deprecation_for_versions_less_than = (
3435
_python_package_support.warn_deprecation_for_versions_less_than
3536
)

0 commit comments

Comments
 (0)