dbt-labs / hologram

A library for automatically generating Draft 7 JSON Schemas from Python dataclasses
MIT License
9 stars 13 forks source link

chore: allow dataclasses to up up to 0.9 excluding #42

Closed bastienboutonnet closed 3 years ago

bastienboutonnet commented 3 years ago

resolves #39

Aim

As discussed here: https://github.com/fishtown-analytics/dbt/issues/3150 and here https://github.com/fishtown-analytics/hologram/issues/39

I'm relaxing the dataclasses version to be a little more permissive on the hologram side.

This will be followed by a PR in dbt core to try out integration tests.