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

Commit 7d53117

Browse files
authored
fix(deps): add packaging requirement (#76)
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 6f2d5fe commit 7d53117

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
dependencies = [
3232
"google-api-core[grpc] >= 1.22.2, < 2.0.0dev",
3333
"proto-plus >= 1.4.0",
34+
"packaging >= 14.3",
3435
]
3536
extras = {"libcst": "libcst >= 0.2.5"}
3637

testing/constraints-3.6.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@
77
# Then this file should have foo==1.14.0
88
google-api-core==1.22.2
99
proto-plus==1.4.0
10-
libcst==0.2.5
10+
libcst==0.2.5
11+
packaging==14.3

0 commit comments

Comments
 (0)