Skip to content

Commit 392de6e

Browse files
authored
fix(deps): add packaging requirement (#48)
Add packaging requirement. packaging.version is used for a version comparison in transports/base.py
1 parent ea577ae commit 392de6e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/google-cloud-org-policy/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
install_requires=(
4444
"google-api-core[grpc] >= 1.22.2, < 2.0.0dev",
4545
"proto-plus >= 1.10.0",
46+
"packaging >= 14.3",
4647
),
4748
python_requires=">=3.6",
4849
classifiers=[

packages/google-cloud-org-policy/testing/constraints-3.6.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@
2121
# Then this file should have foo==1.14.0
2222
google-api-core==1.22.2
2323
proto-plus==1.10.0
24+
packaging==14.3

0 commit comments

Comments
 (0)