Skip to content

Commit 7a1dfff

Browse files
author
Bob Strahan
committed
Update pyproject.toml: remove regex version constraint from agents dependencies
1 parent 1117ae8 commit 7a1dfff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/idp_common_pkg/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,7 @@ appsync = [
9292
agents = [
9393
"strands-agents>=1.0.0",
9494
"strands-agents-tools>=0.2.2",
95-
"bedrock-agentcore>=0.1.1", # Specifically for the code interpreter tool
96-
"regex>=2024.0.0,<2026.0.0" # Pin regex version to avoid conflicts
95+
"bedrock-agentcore>=0.1.1" # Specifically for the code interpreter tool
9796
]
9897

9998
# Document service factory dependencies (includes both appsync and dynamodb support)

0 commit comments

Comments
 (0)