github deepset-ai/haystack v2.14.1

latest releases: v2.17.1, v2.17.0, v2.17.0-rc2...
3 months ago

Release Notes

v2.14.1

Bug Fixes

  • Fixed a mypy issue in the OpenAIChatGenerator and its handling of stream responses. This issue only occurs with mypy >=1.16.0.
  • Fix type comparison in schema validation by replacing is not with != when checking the type List[ChatMessage]. This prevents false mismatches due to Python's is operator comparing object identity instead of equality.

Don't miss a new haystack release

NewReleases is sending notifications on new releases.