Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Commit 41b88bd

Browse files
authored
fix(deps): add packaging requirement (#147)
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 5a3e788 commit 41b88bd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
dependencies = [
2525
"google-api-core[grpc] >= 1.22.2, < 2.0.0dev",
2626
"proto-plus >= 1.15.0",
27+
"packaging >= 14.3",
2728
]
2829

2930
extras = {"libcst": "libcst >= 0.2.5"}

testing/constraints-3.6.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
# Then this file should have foo==1.14.0
88
google-api-core==1.22.2
99
proto-plus==1.15.0
10+
packaging==14.3

0 commit comments

Comments
 (0)