/ releasenotes / notes / feat-support-python314-5b5b6ad3d3ab767f.yaml
feat-support-python314-5b5b6ad3d3ab767f.yaml
1  ---
2  enhancements:
3    - |
4      Add support for python 3.14 to Haystack. Haystack already mostly supported python 3.14.
5      Only minor changes were needed in regards to our type serialization and type checking when handling bare Union types.