Change8

langchain-openai==1.0.2

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

Summary

Version 1.0.2 focuses on test suite stability, fixing a TypeError in ChatOpenAI tests and improving error handling coverage for streaming.

✨ New Features

  • Added unit tests for streaming error handling in the _generate method.

🐛 Bug Fixes

  • Resolved TypeError in ChatOpenAI tests by replacing pytest.warns(None) with warnings.catch_warnings.
  • Updated multimodal standard tests.
  • Fixed broken documentation links.
  • Updated model references and configurations in various test suites to ensure stability.

🔧 Affected Symbols

ChatOpenAIChatOpenAI._generate