Closed Lazloo closed 2 years ago
I guess with respect to Avro schemas this should map to a double
type? https://py-avro-schema.readthedocs.io/en/stable/types.html#float
@Lazloo Could you please confirm that this test reproduces the issue and defines the expected behavior?
Assume you mean https://github.com/jpmorganchase/py-avro-schema/pull/24/commits/6f0745d10f8115e2caaeb7488b255a1876c475b4
Yes! This describes the issue
@Lazloo This PR should allow you to use types like pydantic.PositiveFloat
: PR #24. We will release this on Monday.
@Lazloo version 1.1.0 now released at https://pypi.org/project/py-avro-schema/
I use the PositiveFloat Fields in my pydantic model
However, this seems not yet supported by py-avro-schema: