From 2adca6e36d4932c81b482615d735dac43428c4ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=BF=E3=81=AE=E3=82=8B=E3=82=93?= <74597894+minorun365@users.noreply.github.com> Date: Thu, 31 Jul 2025 12:46:29 +0900 Subject: [PATCH 1/3] Update pyproject.toml --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 095a38cb0..a6df36384 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,6 +26,7 @@ classifiers = [ "Topic :: Software Development :: Libraries :: Python Modules", ] dependencies = [ + "a2a-sdk>=0.2.16" "boto3>=1.26.0,<2.0.0", "botocore>=1.29.0,<2.0.0", "docstring_parser>=0.15,<1.0", @@ -96,6 +97,7 @@ sagemaker = [ ] a2a = [ + "a2a-sdk>=0.2.16" "a2a-sdk[sql]>=0.2.11,<1.0.0", "uvicorn>=0.34.2,<1.0.0", "httpx>=0.28.1,<1.0.0", @@ -321,4 +323,4 @@ style = [ ["instruction", ""], ["text", ""], ["disabled", "fg:#858585 italic"] -] \ No newline at end of file +] From 765da2cdcfa3c460350459ff83de93932df3f1fa Mon Sep 17 00:00:00 2001 From: Jeremiah Date: Thu, 31 Jul 2025 10:19:32 -0400 Subject: [PATCH 2/3] Apply suggestions from code review --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a6df36384..ac0e15371 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,6 @@ classifiers = [ "Topic :: Software Development :: Libraries :: Python Modules", ] dependencies = [ - "a2a-sdk>=0.2.16" "boto3>=1.26.0,<2.0.0", "botocore>=1.29.0,<2.0.0", "docstring_parser>=0.15,<1.0", @@ -97,7 +96,7 @@ sagemaker = [ ] a2a = [ - "a2a-sdk>=0.2.16" + "a2a-sdk>=0.2.16,<1.0.0" "a2a-sdk[sql]>=0.2.11,<1.0.0", "uvicorn>=0.34.2,<1.0.0", "httpx>=0.28.1,<1.0.0", From a4eabbf3fbbe53521b58ef1e24a08b1b2967f714 Mon Sep 17 00:00:00 2001 From: Jeremiah Date: Thu, 31 Jul 2025 10:20:48 -0400 Subject: [PATCH 3/3] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ac0e15371..cdf68e01f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ sagemaker = [ ] a2a = [ - "a2a-sdk>=0.2.16,<1.0.0" + "a2a-sdk>=0.2.16,<1.0.0", "a2a-sdk[sql]>=0.2.11,<1.0.0", "uvicorn>=0.34.2,<1.0.0", "httpx>=0.28.1,<1.0.0",