ietf-tools / bibxml-service

Django-based Web service implementing IETF BibXML APIs
https://bib.ietf.org
BSD 3-Clause "New" or "Revised" License
17 stars 19 forks source link

chore: bump relaton version #348

Closed stefanomunarini closed 11 months ago

stefanomunarini commented 1 year ago
kesara commented 1 year ago

@stefanomunarini Tests fails with following:

xml2rfc_compat/serializers/authors.py: note: In function "create_author":
xml2rfc_compat/serializers/authors.py:153: error: Generator has incompatible item type "Optional[str]"; expected "str"  [misc]

Logs: https://github.com/ietf-tools/bibxml-service/actions/runs/4554262178/jobs/8031886606

stefanomunarini commented 11 months ago

@kesara sorry for letting this PR sit for so long. I bumped into it the other day and fixed all the mypy complaints and a few other minor issues.