Change8

langchain-mistralai==1.1.2

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

Summary

This release introduces new fields to model profiles and fixes several bugs related to exception handling and type resolution. Dependencies, including langsmith and urllib3, have also been updated.

✨ New Features

  • New fields added to model profiles.
  • Added `text_inputs` and `text_outputs` fields to model profiles.

🐛 Bug Fixes

  • Model profiles are now sorted by model ID during generation for stable differences.
  • Updated exception retry logic in embeddings.
  • Fixed a `NameError` in `RunnableWithFallbacks.__getattr__` when resolving type hints.

Affected Symbols