langchain-core==1.4.9
📦 langchainView on GitHub →
🐛 6 fixes🔧 5 symbols
Summary
This release focuses on stability and bug fixes within the core library, addressing issues in output parsing, error handling, and async context usage, alongside dependency bumps.
🐛 Bug Fixes
- Improved error messages in the langsmith loader.
- Fixed output parser bugs in xml.py and pydantic.py.
- Avoided `dict` shadowing in language models.
- Fixed mishandling of continuation lines with colons in `_parse_google_docstring`.
- Added messages to bare `raise ValueError` calls.
- Used `asyncio.get_running_loop()` in async contexts.