Skip to content

Commit 7eb73b4

Browse files
authored
fix(deps): add packaging requirement (#20)
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 772ef12 commit 7eb73b4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/google-cloud-appengine-admin/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
dependencies = [
2828
"google-api-core[grpc] >= 1.22.2, < 2.0.0dev",
2929
"proto-plus >= 1.18.1",
30-
"grpc-google-iam-v1",
30+
"packaging >= 14.3" "grpc-google-iam-v1",
3131
"six",
3232
]
3333

packages/google-cloud-appengine-admin/testing/constraints-3.6.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ google-api-core==1.22.2
99
proto-plus==1.18.1
1010
grpc-google-iam-v1==0.12.3
1111
six==1.13.0
12+
packaging==14.3

0 commit comments

Comments
 (0)