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

Commit ce2c90d

Browse files
fix(deps): add packaging requirement (#62)
* fix(deps): add packaging requirement * 🦉 Updates from OwlBot Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent ac9f3fa commit ce2c90d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
dependencies = [
3232
"google-api-core[grpc] >= 1.22.2, < 2.0.0dev",
3333
"proto-plus >= 1.15.0",
34+
"packaging >= 14.3",
3435
]
3536
extras = {}
3637

testing/constraints-3.6.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@
77
# Then this file should have foo==1.14.0
88
google-api-core==1.22.2
99
proto-plus==1.16.0
10+
packaging==14.3
11+
google-auth==1.24.0 # TODO: remove when google-auth>=1.25.0 si transitively required through google-api-core

0 commit comments

Comments
 (0)