Skip to content

Commit 3437b25

Browse files
committed
fix pydantic issue
1 parent 6d43c7c commit 3437b25

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

serverless.yml

+11
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,14 @@ functions:
1919
path: /{proxy+}
2020
method: any
2121

22+
custom:
23+
pythonRequirements:
24+
useStaticCache: false
25+
useDownloadCache: false
26+
pipCmdExtraArgs:
27+
- "--platform manylinux2014_x86_64"
28+
- "--implementation cp"
29+
- "--python-version 3.9"
30+
- "--only-binary=:all:"
31+
- "--upgrade"
32+

0 commit comments

Comments
 (0)