Skip to content

Commit

Permalink
Merge branch 'main' into ww/release
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw authored Dec 11, 2024
2 parents 4839d86 + d59e57a commit 1a4c16a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Moved `maturin` dependency from main project dependencies to development dependencies
since it's only needed for development tasks ([88](https://github.com/trailofbits/rfc3161-client/pull/88))

- Relax cryptography version requirement ([91](https://github.com/trailofbits/rfc3161-client/pull/91))

### Fixed

- The project now correctly runs tests with PyPy
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ version = "0.1.2"
readme = "README.md"
license = { file = "LICENSE" }
authors = [{ name = "Trail of Bits", email = "opensource@trailofbits.com" }]
dependencies = ["cryptography>=44,<45"]
dependencies = ["cryptography>=43,<45"]

[project.optional-dependencies]
doc = []
Expand Down

0 comments on commit 1a4c16a

Please sign in to comment.