Skip to content

Commit

Permalink
Pin fastapi to working version to allow repo tests to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
kneckinator committed Sep 11, 2024
1 parent 428bca5 commit 7f8adef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion g2p_encryption_rest_api/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"author": "OpenG2P (OpenSPP fork)",
"website": "https://openg2p.org",
"license": "LGPL-3",
"depends": ["g2p_encryption", "fastapi"],
"depends": ["g2p_encryption"],
"external_dependencies": {"python": ["fastapi==0.112.2"]},
"data": ["data/fastapi_endpoint_security.xml"],
"assets": {
"web.assets_backend": [],
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ boto3
cryptography
cryptography<37
extendable-pydantic
fastapi==0.112.2
jq
jwcrypto
pydantic
Expand Down

0 comments on commit 7f8adef

Please sign in to comment.