Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit 52424bd

Browse files
committed
fix(deps): add packaging requirement
1 parent ca13efd commit 52424bd

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"grpc-google-iam-v1 >= 0.12.3, < 0.13dev",
3535
"proto-plus >= 1.11.0",
3636
"sqlparse >= 0.3.0",
37+
"packaging >= 14.3",
3738
]
3839
extras = {
3940
"tracing": [

testing/constraints-3.6.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ sqlparse==0.3.0
1414
opentelemetry-api==1.1.0
1515
opentelemetry-sdk==1.1.0
1616
opentelemetry-instrumentation==0.20b0
17+
packaging==14.3
18+
google-auth==1.24.0 # TODO: remove when google-auth>=1.25.0 is required through google-api-core

0 commit comments

Comments
 (0)