diff --git a/pyproject.toml b/pyproject.toml index 562a51a..fc79dc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ authors = [ requires-python = ">=3.10" dependencies = [ "mcp>=2.0.0,<3", - "google-analytics-data==0.19.0", + "google-analytics-data==0.23.0", "google-auth==2.40.0" ] keywords = ["google-analytics", "mcp", "mcp-server", "ai-agent", "analytics", "ga4", "agentic-workflows", "llm"] diff --git a/requirements.txt b/requirements.txt index 5f9950c..6463814 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ mcp>=1.2.0 -google-analytics-data==0.19.0 +google-analytics-data==0.23.0 google-auth==2.40.0