Skip to content

Release v0.13.12: Test Compatibility Fixes

Choose a tag to compare

@jwesleye jwesleye released this 18 Oct 00:44
· 48 commits to main since this release

🐛 Bug Fixes

  • Fixed Strands decorator detection in integration tests
  • Updated outdated test imports for data module functions
  • Corrected test compatibility with current module structure

📦 Test Improvements

  • Enhanced test reliability when Strands framework is not installed
  • Fixed decorator attribute checking for graceful fallback scenarios
  • Updated function imports to match current API

🔧 Technical Details

This hotfix release resolves test failures caused by:

  • Checking for decorator attributes that don't exist in fallback mode
  • Using outdated function names from refactored data module
  • Assumptions about decorator behavior when optional dependencies are missing

All core functionality tests now pass successfully (1374 passed).