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