langchain-deepseek==1.1.0
📦 langchainView on GitHub →
✨ 3 features🐛 7 fixes🔧 4 symbols
Summary
This release focuses heavily on dependency updates, infrastructure hardening, and enhancements to model profiling, including new fields and stable sorting. It also introduces content-block-centric streaming (v2) to the core.
✨ New Features
- Added content-block-centric streaming (v2) to core.
- Introduced new fields to model profiles and added a corresponding Makefile target.
- Added `text_inputs` and `text_outputs` fields to model profiles.
🐛 Bug Fixes
- Fixed missing `ModelProfile` fields and added warnings for schema drift in core and model-profiles.
- Allowed `base_url` to be accepted as an alias for `api_base` in deepseek integration.
- Fixed issue where proper URL parsing was not used for Azure endpoint detection in deepseek.
- Fixed Tool Choice to be set to `required` for Azure Deployment when a specific function dict is provided in deepseek.
- Sorted generated model profiles by model ID for stable differences.
- Fixed trailing comma regex in the profile generation script.
- Fixed function_call blocks being included in token counting for openai.