Skip to content

Commit f34a386

Browse files
Merge pull request #4922 from linuxfoundation/unicron-4452-vulns-from-code-scanning-tools-2
Fix broken deployment
2 parents 898096f + e4f2f36 commit f34a386

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

cla-backend/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ py==1.10.0
3131
pyasn1==0.4.8
3232
pydocusign==2.2
3333
PyGithub==1.55
34-
PyJWT[crypto]==2.11.0
3534
pyparsing==2.4.5
35+
PyJWT==2.11.0
36+
cryptography==41.0.7
3637
python-dateutil==2.8.1
3738
requests==2.31.0
3839
requests-oauthlib==1.2.0

cla-backend/serverless.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ custom:
4141
app: cla.routes.__hug_wsgi__
4242
pythonBin: python
4343
pythonRequirements: false
44+
pythonRequirements:
45+
dockerizePip: true
46+
dockerImage: public.ecr.aws/sam/build-python3.11:latest
47+
slim: false
48+
strip: false
49+
useDownloadCache: true
50+
useStaticCache: true
4451
# Config for serverless-prune-plugin - remove all but the 10 most recent
4552
# versions to avoid the "Code storage limit exceeded" error
4653
prune:

0 commit comments

Comments
 (0)