Skip to content

Commit 15e347c

Browse files
jwesleyeclaude
andcommitted
Update all dependencies to latest versions and run quality checks
- Update core frameworks: google-adk 1.16→1.21, strands-agents 1.13→1.20 - Update AI providers: anthropic 0.71→0.75, openai→2.14, mcp 1.17→1.25 - Update LangChain ecosystem: langchain→1.2, langgraph→1.0.5 - Update utilities with version pins for reproducibility - Run ruff formatter on codebase (13 files reformatted) - Add comprehensive DEPENDENCY_UPDATE_REPORT.md with analysis - No critical breaking changes detected, minor type issues documented 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 4efe620 commit 15e347c

35 files changed

Lines changed: 962 additions & 5014 deletions

AWS_Strands/DeepResearch_Dave/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
__all__ = [
1515
"DeepResearchDave",
16-
"create_agent",
16+
"create_agent",
1717
"ResearchSession",
1818
"SYSTEM_PROMPT",
19-
"root_agent"
20-
]
19+
"root_agent",
20+
]

0 commit comments

Comments
 (0)