Skip to content

Commit 1769627

Browse files
committed
fix: pin weasyprint to 61.1 to avoid PDF.__init__ signature error
1 parent 946e3e1 commit 1769627

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ uvicorn[standard]>=0.29,<0.30
88
python-dotenv>=1.0,<2
99
colorthief>=0.2,<0.3
1010
cairosvg>=2.7,<3
11-
weasyprint>=61,<62
11+
# Pin to 61.1 due to known PDF.__init__ signature issue in 61.2
12+
weasyprint==61.1
1213
python-multipart>=0.0,<0.1
1314
python-jose[cryptography]>=3.3,<4
1415

0 commit comments

Comments
 (0)