jpmorganchase / py-avro-schema

Generate Apache Avro schemas for Python types including standard library data-classes and Pydantic data models.
https://py-avro-schema.readthedocs.io/
Apache License 2.0
37 stars 6 forks source link

[MICRO] Add input validation to `DecimalMeta` #62

Closed faph closed 1 year ago

faph commented 1 year ago

as per Avro spec

dada-engineer commented 1 year ago

@jcameron73 would love to use this soon, thanks @faph @jcameron73 ❤️

faph commented 1 year ago

We'll get this released today @dada-engineer

faph commented 1 year ago

@jcameron73 As discussed, I have added a test confirming that only a single decimal meta is valid.