From 59f9f7da21ac5a5ce62859394b7cc16e9f9a9466 Mon Sep 17 00:00:00 2001 From: Joe Ceresini Date: Tue, 28 Oct 2025 09:04:53 -0400 Subject: [PATCH] fix: add missing packaging dependency --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 71ce7224..2028794c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,6 +51,7 @@ dependencies = [ "proto-plus >= 1.25.0, < 2.0.0; python_version >= '3.13'", "google-auth >= 2.14.1, < 3.0.0", "requests >= 2.18.0, < 3.0.0", + "packaging >= 25.0", ] dynamic = ["version"]