From 766be9abee02079df0ee2c1fbe042f22ff552404 Mon Sep 17 00:00:00 2001 From: Mattia Tommasone Date: Tue, 19 May 2026 10:54:54 +0200 Subject: [PATCH] Upgrade to the latest version of the python client library Change-Id: I562107da38df53b0203397d3e137c747658b8a38 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2e5d0d8..1e665eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.0.1" requires-python = ">=3.10" license = "Apache-2.0" dependencies = [ - "google-ads>=30.1.0", + "google-ads>=31.0.0", "mcp[cli]>=1.2.0", "fastmcp>=3.2.0" ]