github langchain-ai/langgraph sdk==0.1.64

latest releases: cli==0.4.1, sdk==0.2.6, sdk==0.2.5...
4 months ago

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

HTTP Dependencies

  • Updated h11 to version 0.16.0 (PR #4403)
  • Updated httpcore to version 1.0.9 with more specific dependency requirements (PR #4403)
  • Improved conditional dependency specifications for better platform compatibility

Don't miss a new langgraph release

NewReleases is sending notifications on new releases.