Skip to content

v2.14.1

Choose a tag to compare

@github-actions github-actions released this 30 May 12:55
· 428 commits to main since this release
045603d

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.