Skip to content

v0.0.12

Latest
Compare
Choose a tag to compare
@woodruffw woodruffw released this 19 Sep 16:10
· 13 commits to main since this release
5a6f9a9

Fixed

  • Base64-encoded bytes inside Attestation objects contained newline characters
    every 76 characters due to a bug in Pydantic's Base64Bytes type. Those
    newlines were also (incorrectly) ignored by Pydantic during decoding
    (#48).