Skip to content

Commit d273780

Browse files
authored
Merge pull request #13 from Linbo-Liu/upgrade-dep
Upgrade dep
2 parents c4336cb + 1e443fb commit d273780

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

java_migration_agent/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "java-migration-agent"
33
version = "0.1.0"
44
description = "Java Migration Agent with LLM-based migration capabilities"
55
readme = "README.md"
6-
requires-python = ">=3.8"
6+
requires-python = ">=3.11"
77

88
dependencies = [
99
# Core dependencies
@@ -12,8 +12,8 @@ dependencies = [
1212
"boto3>=1.40.41",
1313

1414
# Strands framework for LLM agents
15-
"strands-agents[openai]",
16-
"strands-agents-tools==0.2.9",
15+
"strands-agents[openai]>=1.18.0",
16+
"strands-agents-tools>=0.2.16",
1717

1818
# HuggingFace datasets
1919
"datasets>=2.14.0",

0 commit comments

Comments
 (0)