Skip to content

Commit 47c1530

Browse files
authored
fix(deps): add packaging requirement (#392)
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 569d4cd commit 47c1530

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
@@ -60,6 +60,7 @@
6060
install_requires=(
6161
"google-api-core[grpc] >= 1.22.2, < 2.0.0dev",
6262
"proto-plus >= 1.10.1",
63+
"packaging >= 14.3",
6364
"google-cloud-storage >= 1.32.0, < 2.0.0dev",
6465
"google-cloud-bigquery >= 1.15.0, < 3.0.0dev",
6566
),

testing/constraints-3.6.txt

+1
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ proto-plus==1.10.1
1111
mock==4.0.2
1212
google-cloud-storage==1.32.0
1313
google-auth==1.25.0 # TODO: Remove when google-api-core >= 1.26.0 is required
14+
packaging==14.3

0 commit comments

Comments
 (0)