Skip to content

Commit 97d3d75

Browse files
committed
fix: dd PYO3_USE & upgrade requirements
1 parent 9b4f7c5 commit 97d3d75

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
contents: "read"
1111
pages: "write"
1212
id-token: "write"
13+
env:
14+
PYO3_USE_ABI3_FORWARD_COMPATIBILITY: "1"
1315
with:
1416
settings: "publishconf.py"
1517
requirements: "-r requirements.txt"

requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
anyio==4.4.0
22
blinker==1.8.2
33
docutils==0.21.2
4+
exceptiongroup==1.3.1
45
feedgenerator==2.1.0
56
ghp-import==2.1.0
67
idna==3.7
@@ -11,6 +12,7 @@ markdown-it-py==3.0.0
1112
MarkupSafe==2.1.5
1213
mdurl==0.1.2
1314
ordered-set==4.1.0
15+
packaging==26.1
1416
pelican==4.9.1
1517
Pygments==2.18.0
1618
python-dateutil==2.9.0.post0
@@ -19,5 +21,6 @@ rich==13.7.1
1921
six==1.16.0
2022
sniffio==1.3.1
2123
tornado==6.4
24+
typing_extensions==4.15.0
2225
Unidecode==1.3.8
2326
watchfiles==0.24.0

0 commit comments

Comments
 (0)