fix versions (#97)

This commit is contained in:
calle
2023-01-15 10:59:17 +01:00
committed by GitHub
parent f2327409c4
commit 344210d266
9 changed files with 359 additions and 70 deletions

View File

@@ -98,7 +98,7 @@ class PostMintRequest(BaseModel):
class PostMintResponseLegacy(BaseModel):
# NOTE: Backwards compability for < 0.8 where we used a simple list and not a key-value dictionary
# NOTE: Backwards compability for < 0.8.0 where we used a simple list and not a key-value dictionary
__root__: List[BlindedSignature] = []