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

Commit 9563889

Browse files
authored
fix(deps): add packaging requirement (#101)
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 0b0255b commit 9563889

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
@@ -30,6 +30,7 @@
3030
dependencies = [
3131
"google-api-core[grpc] >= 1.22.2, < 2.0.0dev",
3232
"proto-plus >= 0.4.0",
33+
"packaging >= 14.3",
3334
]
3435

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

testing/constraints-3.6.txt

+1
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
google-api-core==1.22.2
99
proto-plus==0.4.0
1010
libcst==0.2.5
11+
packaging==14.3

0 commit comments

Comments
 (0)