Skip to content

Commit

Permalink
fix: pin pyopenssl to prevent deprecation warnings (#958)
Browse files Browse the repository at this point in the history
* fix: pin pyopenssl to prevent deprecation warnings

Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>

* docs: create change fragments

Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>

---------

Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
  • Loading branch information
guilhem-barthes authored Jul 22, 2024
1 parent 3859f13 commit 2127add
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ mozilla-django-oidc==4.0.1
tqdm==4.66.4
python-dxf==12.1.0
watchdog==2.1.9
# Prevent error linked to Deprecation warnings
pyopenssl<24.2.1
1 change: 1 addition & 0 deletions changes/1672.fixed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Pin `pyopenssl` to version `24.1.0` to avoid deprecation warnings

0 comments on commit 2127add

Please sign in to comment.