diff --git a/pyproject.toml b/pyproject.toml index 5a23b4a..6ce9d2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,8 +14,7 @@ license = { file = "LICENSE" } authors = [{ name = "Trail of Bits", email = "opensource@trailofbits.com" }] dependencies = [ "maturin>=1.7,<2.0", - # TODO(dm) Change me once this is merged upstream - "cryptography @ git+https://github.com/trail-of-forks/cryptography.git@dc667c173ad9e43e859756c0af45c9e5296441ee" + "cryptography" ] [project.optional-dependencies]