mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-11-25 06:26:05 +00:00
* Expand tests * New version of type serialization * Adding more tests * More tests * Fix type serialization when using python 3.9 * Deserialization works with Optional now and we don't require 'typing.' to be present anymore * Don't worry about Literal * Add reno * Fix mypy * Pylint * Add additional test * Simplify * Add back comment * Fix types * Fix