Skip to content

Commit

Permalink
remove cryptography pin
Browse files Browse the repository at this point in the history
  • Loading branch information
rpmcginty committed Apr 25, 2024
1 parent 8129efb commit c229c42
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ dependencies = [
"aws-lambda-typing",
"aibs-informatics-aws-utils @ git+ssh://[email protected]/AllenInstitute/aibs-informatics-aws-utils.git@main",
"aibs-informatics-core @ git+ssh://[email protected]/AllenInstitute/aibs-informatics-core.git@main",
# Right now we need to pin cryptography to avoid AWS Lambda import errors
# https://cryptography.io/en/latest/faq/#i-m-getting-errors-installing-or-importing-cryptography-on-aws-lambda
# https://github.com/pyca/cryptography/issues/6390
# https://github.com/pyca/cryptography/issues/6391
# https://github.com/pyca/cryptography/issues/6481
"cryptography==3.4.8",
]

[project.optional-dependencies]
Expand Down

0 comments on commit c229c42

Please sign in to comment.