From 150beaf450887e745da3041a8afc8fe5cc2d60d7 Mon Sep 17 00:00:00 2001 From: goku <109274848+ktzouvanaws@users.noreply.github.com> Date: Tue, 13 Jan 2026 17:22:14 +0200 Subject: [PATCH] fix(02-use-cases): Remove version number from werkzeug library in requirements.txt (#845) * Remove version number from werkzeug library in requirements.txt * Add "Kostas Tzouvanas" as a contributor. --- .../mcp_dynamodb/requirements.txt | 2 +- CONTRIBUTORS.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/02-use-cases/customer-support-assistant-vpc/mcp_dynamodb/requirements.txt b/02-use-cases/customer-support-assistant-vpc/mcp_dynamodb/requirements.txt index 9678ee49..b9ad8ef3 100644 --- a/02-use-cases/customer-support-assistant-vpc/mcp_dynamodb/requirements.txt +++ b/02-use-cases/customer-support-assistant-vpc/mcp_dynamodb/requirements.txt @@ -210,7 +210,7 @@ uvicorn==0.37.0 # via # bedrock-agentcore # mcp -werkzeug==3.1.4 +werkzeug # via openapi-core zipp==3.23.0 # via importlib-metadata diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 227ed4ab..fcbb0032 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -78,3 +78,4 @@ - iprivit - vargas-dann-0896 - razkenari +- Kostas Tzouvanas \ No newline at end of file