From 5e892675df469c8afe813eca0833379d505a3735 Mon Sep 17 00:00:00 2001 From: Taylor Wilsdon Date: Tue, 17 Mar 2026 08:12:41 -0400 Subject: [PATCH] bump deps --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0bf7e8d..38ac034 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,13 +12,13 @@ license = "MIT" requires-python = ">=3.10" dependencies = [ "fastapi>=0.115.12", - "fastmcp>=3.0.2", + "fastmcp>=3.1.1", "google-api-python-client>=2.168.0", "google-auth-httplib2>=0.2.0", "google-auth-oauthlib>=1.2.2", "httpx>=0.28.1", "py-key-value-aio>=0.3.0", - "pyjwt>=2.10.1", + "pyjwt>=2.12.0", "python-dotenv>=1.1.0", "pyyaml>=6.0.2", "cryptography>=45.0.0",