Skip to content

Commit c81965e

Browse files
committed
pin cryptography for vapid to work
1 parent c8990eb commit c81965e

File tree

2 files changed

+46
-63
lines changed

2 files changed

+46
-63
lines changed

poetry.lock

Lines changed: 45 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ scipy = "^1.12.0"
5656
black = ">=24.10,<26.0"
5757
drf-spectacular = {extras = ["sidecar"], version = ">=0.27.2,<0.29.0"}
5858
python-dateutil = "^2.9.0.post0"
59+
cryptography = "<46" # until fix of https://github.com/web-push-libs/vapid/issues/105
5960

6061
[tool.poetry.extras]
6162
pgsql = ["psycopg2"]

0 commit comments

Comments
 (0)