Change8

langchain-fireworks==1.4.0

Breaking Changes
📦 langchainView on GitHub →
1 breaking1 features🐛 1 fixes🔧 1 symbols

Summary

Version 1.4.0 for langchain-fireworks migrates the integration to the fireworks-ai 1.x SDK and introduces proper context overflow error handling. Several minor dependency bumps were also performed.

⚠️ Breaking Changes

  • The Fireworks integration has been migrated to use the `fireworks-ai` 1.x SDK. This may require updating initialization or configuration if the underlying SDK API changed significantly.

Migration Steps

  1. If you were using the Fireworks integration, ensure your code is compatible with the `fireworks-ai` 1.x SDK.
  2. Review any custom handling for context length errors related to Fireworks.

✨ New Features

  • Migrated `langchain-fireworks` to use the `fireworks-ai` 1.x SDK.

🐛 Bug Fixes

  • The Fireworks integration now raises a `ContextOverflowError` when the input prompt exceeds the model's context length.

Affected Symbols