Skip to content

Commit 0473a4e

Browse files
committed
Pin cryptography for compatibility with Docker's GLIBC
1 parent 1b26033 commit 0473a4e

File tree

2 files changed

+27
-29
lines changed

2 files changed

+27
-29
lines changed

backend/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = ""
33
version = "0.0.1"
4-
requires-python = "==3.11.11"
4+
requires-python = "==3.11.4"
55
dependencies = [
66
"beautifulsoup4==4.12.3",
77
"dj-database-url==2.3.0",
@@ -35,6 +35,7 @@ dependencies = [
3535
"alt-profanity-check==1.5.2",
3636
"inflection==0.5.1",
3737
"firebase-admin==6.6.0",
38+
"cryptography==43.0.3" # not used directly, but later versions are incompatible with GLIBC of our Docker image
3839
]
3940

4041
[tool.black]

backend/uv.lock

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

0 commit comments

Comments
 (0)