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 5273e3b commit 3ac4859Copy full SHA for 3ac4859
.mci.yml
@@ -296,7 +296,7 @@ functions:
296
. ../venv-utils.sh
297
venvcreate "C:/python/Python39/python.exe" kmstlsvenv || # windows-2017
298
venvcreate "C:/python/Python38/python.exe" kmstlsvenv # windows-2015
299
- python -m pip install --upgrade boto3~=1.19 pykmip~=0.10.0
+ python -m pip install --upgrade boto3~=1.19 pykmip~=0.10.0 "sqlalchemy<2.0.0"
300
deactivate
301
else
302
. ./activate-kmstlsvenv.sh
0 commit comments