Change8

sdk==0.2.10

Breaking Changes
📦 langgraph
1 breaking4 features🐛 4 fixes🔧 4 symbols

Summary

Release 0.2.10 adds a name parameter to the Assistants search API, introduces Python 3.14 support, and drops support for Python 3.9 while improving type safety and documentation.

⚠️ Breaking Changes

  • Dropped support for Python 3.9. Users must upgrade to Python 3.10 or higher.

Migration Steps

  1. Upgrade Python environment to at least version 3.10.

✨ New Features

  • Added 'name' parameter to the Assistants search API.
  • Added initial support for Python 3.14.
  • Enhanced type checking across the SDK.
  • Refined FilterType and added subset containment documentation for $contains operator.

🐛 Bug Fixes

  • Removed SDK inline links to fix documentation rendering.
  • Fixed f-string representation in error loading logic.
  • Refined the 'body' parameter type in Auth.authenticate for better type safety.
  • Renamed references away from 'LangGraph Platform' to align with current branding.

🔧 Affected Symbols

Assistants.searchAuth.authenticateFilterType$contains