beda-software / fhir-py-types

Convert FHIR StructureDefinition into Python type annotations
BSD 3-Clause "New" or "Revised" License
15 stars 1 forks source link

Upgrade project to run on Python 3.12 #9

Closed m0rl closed 4 weeks ago

m0rl commented 1 month ago

Pydantic v1 -> v2 migration unfortunately failed as v2 is unable to load our models; attempting to do so results in an error:

RecursionError: maximum recursion depth exceeded

With mypy being able to typecheck the generated code without any issue.