langchain-openai==1.3.1
📦 langchainView on GitHub →
✨ 2 features🐛 3 fixes🔧 1 symbols
Summary
This release introduces package version tracking in tracing metadata and fixes issues related to streamed tool calls and structured output fallbacks. It also updates internal testing configurations.
Migration Steps
- If relying on specific deserialization behavior, be aware that tests now enforce explicit deserialization allowlists.
✨ New Features
- Added package version tracking to tracing metadata.
- Validate tool call chunks during streaming in standard tests.
🐛 Bug Fixes
- Normalize v1 streamed tool calls.
- Tighten structured output model fallbacks.
- Use `gpt-4o` for image token counting in openai tests.