Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(deps): add packaging requirement (#300)
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 90ef156 commit 68c5cec
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 @@ -32,6 +32,7 @@
"google-api-core[grpc] >= 1.22.2, < 2.0.0dev",
"google-cloud-core >= 1.4.1, < 2.0dev",
"proto-plus >= 1.11.0",
"packaging >= 14.3",
]
extras = {}

Expand Down
1 change: 1 addition & 0 deletions testing/constraints-3.6.txt
Expand Up @@ -8,3 +8,4 @@
google-api-core==1.22.2
google-cloud-core==1.4.1
proto-plus==1.11.0
packaging==14.3

0 comments on commit 68c5cec

Please sign in to comment.