Change8

langchain-model-profiles==0.0.1

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

Summary

This release introduces the langchain-model-profiles package and adds a profile property to BaseChatModel, while refining dependency management by removing langchain-core from model-profiles.

⚠️ Breaking Changes

  • langchain-core is no longer a dependency for model-profiles. If your project relied on model-profiles to transitively provide langchain-core, you must now install it explicitly.

Migration Steps

  1. If using model-profiles, ensure langchain-core is explicitly listed in your project dependencies if you use its symbols.

✨ New Features

  • Introduced the langchain-model-profiles package.
  • Added a new 'profile' property to the BaseChatModel class in langchain-core.

🐛 Bug Fixes

  • Added typing-extensions as an explicit dependency for model-profiles to ensure type safety.

🔧 Affected Symbols

BaseChatModellangchain-model-profiles