Skip to content

Commit

Permalink
Merge pull request #55 from stephenc-pace/feat/unpin-importlib
Browse files Browse the repository at this point in the history
loosen importlib dep
  • Loading branch information
timbu committed Sep 22, 2023
2 parents 16b9b18 + a4c1197 commit 5c107d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"grpcio",
"protobuf",
"googleapis-common-protos",
"importlib-metadata<5.0.0",
"importlib-metadata<5 ; python_version<='3.7'",
],
extras_require={
"dev": [
Expand Down

0 comments on commit 5c107d5

Please sign in to comment.