Change8

langchain-openai==1.1.10

📦 langchainView on GitHub →
2 features🐛 5 fixes🔧 4 symbols

Summary

This release introduces support for automatic server-side compaction in OpenAI and adds the OpenRouter provider package. It also includes several bug fixes related to model properties, error handling, and dependency version bumps.

Migration Steps

  1. Update `pillow` dependency to version >= 12.1.1, <13.0.0 if using nomic, openai, or perplexity integrations.

✨ New Features

  • Support automatic server-side compaction in OpenAI integrations.
  • Add `langchain-openrouter` provider package.

🐛 Bug Fixes

  • Add `model` property to fix an issue.
  • Fix `structured_output` key for GPT-5.2-Pro Model Profile.
  • Sanitize chat completions text content blocks.
  • Improve error message for null choices in OpenAI-compatible APIs.
  • Enhance error message for non-OpenAI embedding providers.

Affected Symbols