We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e83159 commit 52ebed1Copy full SHA for 52ebed1
trixie
@@ -566,6 +566,13 @@ function boring_workarounds() {
566
curl http://ftp.it.debian.org/debian/pool/main/l/lexicon/python3-lexicon_3.17.0-1_all.deb -o /tmp/python3-lexicon_3.17.0-1_all.deb
567
apt_install /tmp/python3-lexicon_3.17.0-1_all.deb
568
569
+ # ############################################# #
570
+ # python3-pydantic is v2, we need v1 for now... #
571
572
+ # Install pydantic v1 with pip
573
+ apt_install python3-pip
574
+ pip install --break-system-packages "pydantic<2.0"
575
+
576
# Done
577
printf "$resetline $bold${green}Done$normal"
578
}
0 commit comments