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 fb7652f..4de55f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -a2a-pack>=0.1.30 +a2a-pack>=0.1.36 pydantic>=2.6