Skip to content

Commit

Permalink
(cephfs-server-proxy) fix: pin requests to make pylxd work
Browse files Browse the repository at this point in the history
Track psf/requests#6707 to ensure we remove the pin after the issue is fixed.
  • Loading branch information
jedel1043 committed Jan 14, 2025
1 parent 45b2489 commit 84f848a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charms/cephfs-server-proxy/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ pylxd ~= 2.3
pytest ~= 7.2
pytest-operator ~= 0.34
pytest-order ~= 1.1
tenacity ~= 8.2
tenacity ~= 8.2
requests ~= 2.31.0 # TODO: track https://github.com/psf/requests/issues/6707

0 comments on commit 84f848a

Please sign in to comment.