Skip to content

Commit

Permalink
Prepare 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ctz committed Sep 1, 2024
1 parent 6ba7f45 commit d176298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hpke"
version = "0.3.0"
version = "0.3.1"
description = "HPKE implementation"
authors = ["Joseph Birr-Pixton <jpixton@gmail.com>"]
license = "Apache-2.0"
Expand Down

1 comment on commit d176298

@jplock
Copy link
Contributor

@jplock jplock commented on d176298 Sep 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ctz When trying to install hpke==0.3.1 alongside cryptography==43.0.0, I'm getting:

The conflict is caused by:
    The user requested cryptography==43.0.0
    hpke 0.3.1 depends on cryptography<43 and >=42

Can the cryptography dependency be updated to cryptography = "^43" ? It looks like main is already set to 44.0.0, so maybe it makes sense to change the dependency to the minimally supported version instead?

Please sign in to comment.