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

Commit 71eb607

Browse files
authored
fix(deps): add packaging requirement (#31)
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 358b47e commit 71eb607

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

setup.py

+1
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.4.0",
30+
"packaging >= 14.3",
3031
]
3132

3233
package_root = os.path.abspath(os.path.dirname(__file__))

testing/constraints-3.6.txt

+1
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@
2121
# Then this file should have foo==1.14.0
2222
google-api-core==1.22.2
2323
proto-plus==1.4.0
24+
packaging==14.3

0 commit comments

Comments
 (0)