π Dependency Updates
This hotfix release updates all project dependencies to their latest versions and fixes deprecation warnings.
Major Updates
- a2a-sdk: v0.3.3 β v0.3.22
- anthropic: v0.64.0 β v0.75.0
- fastapi: v0.116.1 β v0.123.10
- google-adk: v1.13.0 β v1.21.0
- strands-agents: v1.6.0 β v1.20.0
- langchain: v0.3.27 β v1.2.0 (major version)
- langgraph: v0.6.7 β v1.0.5 (major version)
- pytest: v8.4.1 β v9.0.2 (major version)
- ruff: v0.12.11 β v0.14.10
- mypy: v1.17.1 β v1.19.1
Bug Fixes
- Fixed
datetime.utcnow()deprecation warning- Replaced with
datetime.now(UTC)for Python 3.11+ compatibility
- Replaced with
- Updated test version assertions from 0.2.9 to 0.2.10
Test Results
- β All 389 tests passing (4 skipped)
- β All quality checks passing (ruff, mypy)
- β No breaking changes from dependency updates
Installation
pip install --upgrade any-agent-wrapperFull Changelog: v0.2.10...v0.2.11