v3.0.4

emcie-co/parlantv3.0.4Nov 18, 2025by kichanyurd

AI Summary

Patch release focused on bug fixes and dependency updates. Fixes NanoDB query failure when no filters matched, extends tool insights across iterations, corrects deprecated status code, and updates various dependencies for security improvements.

Key Highlights

  • Fix bug where NanoDB query failed when no filters matched
  • Extend tool insights across iterations
  • Fix deprecated status.HTTP_422_UNPROCESSABLE_ENTITY to HTTP_422_UNPROCESSABLE_CONTENT
  • Fix broken CLI by adding missing websocket-client dependency
  • Update dependencies for security and fix mypy issues

New Features

  • NanoDB query fix
  • Tool insights extension
  • Status code correction
  • CLI dependency fix
  • Security updates

Full Release Notes

## [3.0.4] - 2025-11-18

### Fixed

- Fix bug where NanoDB query failed when no filters matched
- Extend tool insights across iterations
- Fix deprecated status.HTTP_422_UNPROCESSABLE_ENTITY to status.HTTP_422_UNPROCESSABLE_CONTENT
- Fix broken CLI by adding missing websocket-client dependency
- Added specific classes for embedder initialisation
- Make base url once in OllamaEmbedder
- Update dependencies for security, upgrade FastAPI, fix mypy in hugging_face.py
- Bump torch for fixing vulnerability