You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A few days ago in an update to 0.11.0, pydyf removed the version and identifier parameters from their PDF class:
Here's the commit: CourtBouillon/pydyf@15a4625
I assume pydyf doesn't use semantic versioning, because this looks like a breaking change to me.
My current version of weasyprint (59.0) now gives an error "TypeError: PDF.init() takes 1 positional argument but 3 were given"
I assume this is due to line 120 of weasyprint/pdf/init.py, which includes both a version and identifier. pdf = pydyf.PDF((version or '1.7'), identifier)
The text was updated successfully, but these errors were encountered:
A few days ago in an update to 0.11.0, pydyf removed the version and identifier parameters from their PDF class:
Here's the commit:
CourtBouillon/pydyf@15a4625
I assume pydyf doesn't use semantic versioning, because this looks like a breaking change to me.
My current version of weasyprint (59.0) now gives an error "TypeError: PDF.init() takes 1 positional argument but 3 were given"
I assume this is due to line 120 of weasyprint/pdf/init.py, which includes both a version and identifier.
pdf = pydyf.PDF((version or '1.7'), identifier)
The text was updated successfully, but these errors were encountered: