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

Commit 23a9c0f

Browse files
authored
fix(deps): add packaging requirement (#74)
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 9679c2c commit 23a9c0f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
dependencies = [
2727
"google-api-core[grpc] >= 1.22.2, < 2.0.0dev",
2828
"proto-plus >= 1.4.0",
29+
"packaging >= 14.3",
2930
]
3031

3132
package_root = os.path.abspath(os.path.dirname(__file__))

testing/constraints-3.6.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
77
# Then this file should have foo==1.14.0
88
google-api-core==1.22.2
9-
proto-plus==1.4.0
9+
proto-plus==1.4.0
10+
packaging==14.3

0 commit comments

Comments
 (0)