Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit cbc882c

Browse files
authored
fix(deps): add packaging requirement (#93)
Add packaging requirement. packaging.version is used for a version comparison in transports/base.py and is needed after the upgrade to gapic-generator-python 0.46.3
1 parent daa0d64 commit cbc882c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
dependencies = [
2828
"google-api-core[grpc] >= 1.22.2, < 2.0.0dev",
2929
"proto-plus >= 1.10.0",
30+
"packaging >= 14.3",
3031
]
3132

3233
extras = {"libcst": "libcst >= 0.2.5"}

testing/constraints-3.6.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
google-api-core==1.22.2
99
proto-plus==1.10.0
1010
libcst==0.2.5
11+
packaging==14.3

0 commit comments

Comments
 (0)