zmievsa / cadwyn

Production-ready community-driven modern Stripe-like API versioning in FastAPI
https://docs.cadwyn.dev/
MIT License
186 stars 24 forks source link

Migrate to runtime schema generation #197

Open zmievsa opened 2 weeks ago

zmievsa commented 2 weeks ago

Before Cadwyn 4.x, you have to still support code generation as removing it is a breaking change. I guess the best way to determine whether to use codegen of runtime gen is to check whether "head_schemas_package" has been passed.