Skip to content

Commit 858abdc

Browse files
committed
address feedback
1 parent 36dc153 commit 858abdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dependencies = [
5353
"requests >= 2.18.0, < 3.0.0",
5454
# TODO(https://github.com/googleapis/python-api-core/issues/835): Remove
5555
# `importlib_metadata` once we drop support for Python 3.7
56-
"importlib_metadata>=1.0.0; python_version<'3.8'",
56+
"importlib_metadata>=1.4; python_version<'3.8'",
5757
]
5858
dynamic = ["version"]
5959

testing/constraints-3.7.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ grpcio==1.33.2
1313
grpcio-status==1.33.2
1414
grpcio-gcp==0.2.2
1515
proto-plus==1.22.3
16-
importlib_metadata==1.0.0
16+
importlib_metadata==1.4

0 commit comments

Comments
 (0)