diff --git a/pyproject.toml b/pyproject.toml index db6488f..db1182b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,16 +9,16 @@ authors = [{ name = "Tomoya Hatanaka" }] dependencies = [ "bedrock-agentcore==1.22.0", "boto3>=1.40.0,<2", - "botocore[crt]==1.43.83", + "botocore[crt]==1.43.91", "fastapi>=0.116.0,<1", "httpx>=0.28.0,<1", - "mangum==0.19.0", + "mangum==0.22.0", "pydantic>=2.11.0,<3", "pydantic-settings>=2.10.0,<3", - "pypdf==6.16.2", + "pypdf==6.18.0", "python-multipart>=0.0.20,<1", - "strands-agents==1.54.0", - "strands-agents-tools[agent-core-code-interpreter]==0.8.7", + "strands-agents==1.55.1", + "strands-agents-tools[agent-core-code-interpreter]==0.8.8", "uvicorn[standard]>=0.35.0,<1", ]