Skip to content

Commit

Permalink
Pin hvac to version lower than 1.0.0
Browse files Browse the repository at this point in the history
Lukas Identified an issue where Dynaconf breaks when using hvac 1.0.0.
For more details, please see Dynaconf #807
  • Loading branch information
JacobCallahan committed Sep 19, 2022
1 parent fd02f31 commit 5d5a80f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ cryptography==38.0.1
deepdiff==5.8.1
dynaconf[vault]==3.1.9
fauxfactory==3.1.0
hvac<1.0.0 # hvac 1.0.0 breaks Dynaconf. #807
jinja2==3.1.2
manifester==0.0.8
navmazing==1.1.6
Expand Down

0 comments on commit 5d5a80f

Please sign in to comment.