code-lab-org / tatc

Tradespace Analysis Toolkit for Constellations (version 3) Library
BSD 3-Clause "New" or "Revised" License
9 stars 4 forks source link

Schemas broken in Pydantic 1.10.12 #36

Closed ptgrogan closed 12 months ago

ptgrogan commented 12 months ago

Updating from pydantic version 1.10.7 to 1.10.12 seems to no longer coerce int to float in schema numerical constraint arguments (gt/ge/lt/le).

ptgrogan commented 12 months ago

Problem appears to occur with Pydantic version 1.10.12 -- pin to 1.10.11 for now. Future work will need to migrate to pydantic version 2.X