File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2323
2424__version__ = api_core_version .__version__
2525
26- # TODO : Until dependent artifacts require this version of
26+ # NOTE : Until dependent artifacts require this version of
2727# google.api_core, the functionality below must be made available
2828# manually in those artifacts.
2929
Original file line number Diff line number Diff line change @@ -47,7 +47,8 @@ def get_dependency_version(dependency_name: str) -> Optional[PackagingVersion]:
4747 version_string = metadata .version (dependency_name )
4848 return parse_version (version_string )
4949
50- # TODO: Remove this code path once we drop support for Python 3.7
50+ # TODO(https://github.com/googleapis/python-api-core/issues/835): Remove
51+ # this code path once we drop support for Python 3.7
5152 else :
5253 # Use pkg_resources, which is part of setuptools.
5354 import pkg_resources
You can’t perform that action at this time.
0 commit comments