Skip to content

Release 0.14.4

Choose a tag to compare

@github-actions github-actions released this 09 Feb 05:18

0.14.4 - 2025-02-08

Fixed

  • Removed type aliasing of ProgramOutput generic types that was required for earlier versions of pydantic but was now causing SinglePointResults objects (or ProgramInput objects) to get consumed as Files (or FileInput) objects since that type was listed first and could consume the SinglePointResults data.