diff options
Diffstat (limited to 'server/changes')
-rw-r--r-- | server/changes/bug_5368_avoid-yet-another-crypto-dep | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/changes/bug_5368_avoid-yet-another-crypto-dep b/server/changes/bug_5368_avoid-yet-another-crypto-dep new file mode 100644 index 00000000..6f3f2b04 --- /dev/null +++ b/server/changes/bug_5368_avoid-yet-another-crypto-dep @@ -0,0 +1,2 @@ + o Pin PyOpenSSL dependency version to <0.14 to avoid yet another crypto + dependency. |