langchain==1.2.10
📦 langchainView on GitHub →
🐛 1 fixes🔧 2 symbols
Summary
This release primarily focuses on dependency updates and includes a fix for token counting issues with partial message sequences. An internal variable name was also updated.
Migration Steps
- If referencing the internal variable `_SUPPORTED_PROVIDERS`, rename it to `_BUILTIN_PROVIDERS`.
🐛 Bug Fixes
- Fixed token counting logic for partial message sequences.