From dc59b4854e51951c3c76f513786ec580cb3dc705 Mon Sep 17 00:00:00 2001 From: robert Date: Thu, 28 May 2026 20:22:56 -0300 Subject: [PATCH] Bump a2a-pack dependency to 0.1.36 --- .gitignore | 1 + requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f23588a..b30c53c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ __pycache__/ *.pyc .pytest_cache/ .venv/ +.codegraph/ diff --git a/requirements.txt b/requirements.txt index a3037b0..1c6d487 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -a2a-pack>=0.1.34 +a2a-pack>=0.1.36 httpx>=0.27 boto3>=1.34 deepagents>=0.5.0