Skip to content

Commit

Permalink
fix(deps): add packaging requirement (#392)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
busunkim96 committed May 15, 2021
1 parent 569d4cd commit 47c1530
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -60,6 +60,7 @@
install_requires=(
"google-api-core[grpc] >= 1.22.2, < 2.0.0dev",
"proto-plus >= 1.10.1",
"packaging >= 14.3",
"google-cloud-storage >= 1.32.0, < 2.0.0dev",
"google-cloud-bigquery >= 1.15.0, < 3.0.0dev",
),
Expand Down
1 change: 1 addition & 0 deletions testing/constraints-3.6.txt
Expand Up @@ -11,3 +11,4 @@ proto-plus==1.10.1
mock==4.0.2
google-cloud-storage==1.32.0
google-auth==1.25.0 # TODO: Remove when google-api-core >= 1.26.0 is required
packaging==14.3

0 comments on commit 47c1530

Please sign in to comment.