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 21, 2022
1 parent 0ba5314 commit 536cc2c
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 @@ -6,6 +6,7 @@ cryptography==37.0.4
deepdiff==5.8.1
dynaconf[vault]==3.1.8
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 536cc2c

Please sign in to comment.