Skip to content

Commit

Permalink
fix pydantic issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa6765 committed May 26, 2024
1 parent 6d43c7c commit 3437b25
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,14 @@ functions:
path: /{proxy+}
method: any

custom:
pythonRequirements:
useStaticCache: false
useDownloadCache: false
pipCmdExtraArgs:
- "--platform manylinux2014_x86_64"
- "--implementation cp"
- "--python-version 3.9"
- "--only-binary=:all:"
- "--upgrade"

0 comments on commit 3437b25

Please sign in to comment.