Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/aks-preview/azcli_aks_live_test/scripts/setup_venv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ setupAZ(){
azdev setup -c "${cli_repo}" -r "${ext_repo}"
fi

# need the fix in commit #69621c6 to adapt to the HTTPSHandler in urllib in python3.12
pip install vcrpy==6.0.2
# bump to 7.0.0 to fix the issue missing request.version_string attribute with urllib3 == 2.3.0, see https://github.com/kevin1024/vcrpy/issues/888
pip install vcrpy==7.0.0

# fix the issue "Cannot import name 'AccessTokenInfo' from 'azure.core.credentials'"
pip install azure-identity==1.17.1
Expand Down
Loading
Loading