langgraph-sdk 0.1.64
Summary of Changes
- Extended Python version compatibility to support Python >= 3.9, including future versions (PR #4416)
- Updated HTTP-related dependencies for improved performance and security (PR #4403)
- Upgraded h11 from 0.14.0 to 0.16.0
- Upgraded httpcore from 1.0.7 to 1.0.9
Detailed Changes
Python Version Compatibility
- Changed Python version requirement from
^3.9.0,<4.0
to>=3.9
, removing the upper bound constraint (PR #4416) - This change allows the library to work with any Python version 3.9 or greater, including potential future versions