Skip to content

Release Notes for Upassist Python SDK v0.0.8

🐛 Bug Fixes

  • Fixed bug with SyncAPIClient._check_required_packages required aiohttp instead of requests
  • Fix dependencies bugs ([async] extra for package required requests package) instead of aiohttp

Code Quality

  • Install mypy type checker
  • Improved type hints and annotations

🔧 Configuration Updates

Package Management

  • Updated core dependencies to latest stable versions
  • Enhanced optional dependency groups
  • Improved package metadata

📝 Migration Guide

No migration required - this is a non-breaking release that can be installed directly:

pip install --upgrade upassist

For development dependencies:

pip install --upgrade "upassist[dev]"
pip install --upgrade "upassist[docs]"

For more information, visit Upassist Cloud