Skip to content

Commit 59f9f7d

Browse files
committed
fix: add missing packaging dependency
1 parent 6206ce0 commit 59f9f7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ dependencies = [
5151
"proto-plus >= 1.25.0, < 2.0.0; python_version >= '3.13'",
5252
"google-auth >= 2.14.1, < 3.0.0",
5353
"requests >= 2.18.0, < 3.0.0",
54+
"packaging >= 25.0",
5455
]
5556
dynamic = ["version"]
5657

0 commit comments

Comments
 (0)