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

Commit 2ab8403

Browse files
authored
fix(deps): add packaging requirement (#77)
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 2f1db84 commit 2ab8403

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
install_requires=(
4343
"google-api-core >= 1.22.2, < 2.0.0dev",
4444
"proto-plus >= 1.4.0",
45+
"packaging >= 14.3",
4546
"grpc-google-iam-v1 >= 0.12.3, < 0.13.0dev",
4647
),
4748
python_requires=">=3.6",

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.4.0
1010
grpc-google-iam-v1==0.12.3
11+
packaging==14.3

0 commit comments

Comments
 (0)