Skip to content

Commit 3ac4859

Browse files
kkloberdanzrcsanchez97
authored andcommitted
Sqlalchemy workaround (#929)
Workaround issue with newer sqlalchemy versions.
1 parent 5273e3b commit 3ac4859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.mci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ functions:
296296
. ../venv-utils.sh
297297
venvcreate "C:/python/Python39/python.exe" kmstlsvenv || # windows-2017
298298
venvcreate "C:/python/Python38/python.exe" kmstlsvenv # windows-2015
299-
python -m pip install --upgrade boto3~=1.19 pykmip~=0.10.0
299+
python -m pip install --upgrade boto3~=1.19 pykmip~=0.10.0 "sqlalchemy<2.0.0"
300300
deactivate
301301
else
302302
. ./activate-kmstlsvenv.sh

0 commit comments

Comments
 (0)