We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c4336cb + 1e443fb commit d273780Copy full SHA for d273780
1 file changed
java_migration_agent/pyproject.toml
@@ -3,7 +3,7 @@ name = "java-migration-agent"
3
version = "0.1.0"
4
description = "Java Migration Agent with LLM-based migration capabilities"
5
readme = "README.md"
6
-requires-python = ">=3.8"
+requires-python = ">=3.11"
7
8
dependencies = [
9
# Core dependencies
@@ -12,8 +12,8 @@ dependencies = [
12
"boto3>=1.40.41",
13
14
# Strands framework for LLM agents
15
- "strands-agents[openai]",
16
- "strands-agents-tools==0.2.9",
+ "strands-agents[openai]>=1.18.0",
+ "strands-agents-tools>=0.2.16",
17
18
# HuggingFace datasets
19
"datasets>=2.14.0",
0 commit comments