Skip to content

Commit cbcc5fa

Browse files
committed
fix: print the current package versions correctly
1 parent 3a437b7 commit cbcc5fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/api_core/_python_package_support.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def warn_deprecation_for_versions_less_than(
117117
"""
118118
DEPRECATION: Package {dependent_package} depends on
119119
{dependency_package}, currently installed at version
120-
{version_used.__str__}. Future updates to
120+
{version_used.__str__()}. Future updates to
121121
{dependent_package} will require {dependency_package} at
122122
version {next_supported_version} or higher. Please ensure
123123
that either (a) your Python environment doesn't pin the

0 commit comments

Comments
 (0)