langchain-fireworks==1.0.0
📦 langchainView on GitHub →
✨ 5 features🐛 6 fixes⚡ 1 deprecations🔧 4 symbols
Summary
Major release 1.0.0 for langchain-fireworks featuring Python 3.14 support, infrastructure migration to hatchling, and significant documentation and linting improvements.
Migration Steps
- Note the transition from pdm to hatchling for build infrastructure
- Review code for style changes where 'llm' was renamed to 'model' in internal contexts
✨ New Features
- Support for Python 3.14 across various projects
- Allow overriding ls_model_name from kwargs in core
- Ported various nit changes from wip-v0.4 branch
- Added benchmarks to standard-tests
- Enriched pyproject.toml files with links to new references
🐛 Bug Fixes
- Parse standard blocks in input for Fireworks
- Lifted OpenAI version constraints across packages
- Pinned OpenAI upper bound to prevent Pydantic 2.7.0 issues
- Fixed LLM mimicking Unicode responses by addressing forced Unicode conversion of non-ASCII characters
- Fixed formatting issues in docstrings and Sphinx double-backtick snippet syntax
- Fixed various documentation references and broken links
🔧 Affected Symbols
ls_model_namefireworksopenaipyproject.toml⚡ Deprecations
- pytest-asyncio deprecation warnings addressed in test suites