Skip to content

Commit

Permalink
Relax cryptography constraint (#1267)
Browse files Browse the repository at this point in the history
  • Loading branch information
epenet authored Jul 21, 2024
1 parent f2a151b commit 308181d
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
Expand Up @@ -26,7 +26,7 @@ aiohttp = ">=3.9.5"
# Warning: as of 2023-07-19, pyjwt is pinned to 2.8.0 on HA-core
PyJWT = ">=2.8.0"
#ensure cryptography (for pyjwt) is greater than 42.0.5 to account for PVE-2024-65647
cryptography = "^42.0.5"
cryptography = ">=42.0.5"

marshmallow-dataclass = ">=8.2.0"
click = { version = ">=8.0.1", optional = true }
Expand Down

0 comments on commit 308181d

Please sign in to comment.