Skip to content

Commit 6739f8d

Browse files
authored
Merge pull request #2898 from fractal-analytics-platform/drop-crypto-dep
Drop cryptography explicit dependency
2 parents 5add0f8 + 173aeaa commit 6739f8d

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ TBD
1111
\#2882
1212
\#2884
1313
\#2893
14-
\#2895 (remove email-password encryption)
14+
\#2895, \#2898 (remove email-password encryption)
1515

1616

1717
# 2.16.6

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ dependencies = [
2626
"fabric >= 3.2.2, <3.3.0",
2727
"gunicorn >=23.0,<24.0",
2828
"psycopg[binary] >= 3.1.0, <4.0.0",
29-
"cryptography >=46.0.0,<47.0.0",
3029
"tomli_w >=1.2.0, <1.3.0 "
3130
]
3231

0 commit comments

Comments
 (0)