Skip to content

v0.2.11 - Dependency Updates and Maintenance

Latest

Choose a tag to compare

@jwesleye jwesleye released this 02 Jan 15:43
· 2 commits to main since this release

πŸ”„ 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
  • 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-wrapper

Full Changelog: v0.2.10...v0.2.11