langchain-openai==1.1.12
📦 langchainView on GitHub →
✨ 1 features🐛 7 fixes🔧 1 symbols
Summary
This release (1.1.12) focuses on bug fixes for OpenAI integrations, including support for the phase parameter and fixing file descriptor leaks, alongside updates to model profiles.
Migration Steps
- Ensure your core library version is compatible with langchain-openai>=1.1.12 requirements (due to bumped minimum core version).
✨ New Features
- Added new fields and a Makefile target to model profiles.
🐛 Bug Fixes
- Bumped minimum required core version.
- Added missing ModelProfile fields and introduced a warning for schema drift.
- Fixed support for the phase parameter in OpenAI calls.
- Preserved the namespace field in streaming function_call chunks.
- Added type: message to Responses API input items.
- Closed PIL Image handles in token counting to prevent file descriptor leaks.
- Corrected a typo.