Skip to content

Commit a674d12

Browse files
committed
Pin fastapi to 0.112.2
There are breaking changes in fastapi 0.112.3 and later, so I am pinning this to the last working version
1 parent ac12450 commit a674d12

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Pillow>=10.3.0
33
PyLD
44
bravado_core
55
faker
6+
fastapi==0.112.2
67
geojson
78
jsonschema
89
jwcrypto

spp_base/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"spp_programs",
2929
],
3030
"external_dependencies": {
31-
"python": ["numpy>=1.22.2", "urllib3>=2.2.2", "zipp>=3.19.1"]
31+
"python": ["fastapi==0.112.2", "numpy>=1.22.2", "urllib3>=2.2.2", "zipp>=3.19.1"]
3232
}, # not directly required, pinned by Snyk to avoid a vulnerability
3333
"data": [
3434
"security/ir.model.access.csv",

0 commit comments

Comments
 (0)