We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a943927 commit bd97bb2Copy full SHA for bd97bb2
setup.py
@@ -19,7 +19,7 @@
19
'boto3==1.34.6',
20
],
21
'vault': [
22
- 'hvac==1.2.1',
+ 'hvac==2.3.0',
23
24
}
25
_extras_require['all'] = [dep for deps in _extras_require.values() for dep in deps]
0 commit comments