Skip to content

Commit 5fbddb4

Browse files
ilmarmurBob Strahan
authored andcommitted
update for chat with document resolver to use the IDP common bedrock class
1 parent 9869dc4 commit 5fbddb4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/idp_common_pkg/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ 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
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
9697
]
9798

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

0 commit comments

Comments
 (0)