langchain-core==1.2.11
📦 langchainView on GitHub →
🐛 2 fixes🔧 2 symbols
Summary
This release primarily focuses on bug fixes, including sanitizing URLs for OpenAI token counting and improving exception handling in the tracer.
🐛 Bug Fixes
- Sanitized URLs when counting tokens in images for OpenAI integration.
- Replaced bare except with Exception in the tracer implementation.