We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d33d6c7 commit e3c3094Copy full SHA for e3c3094
src/aks-preview/azcli_aks_live_test/scripts/setup_venv.sh
@@ -47,8 +47,8 @@ setupAZ(){
47
azdev setup -c "${cli_repo}" -r "${ext_repo}"
48
fi
49
50
- # need the fix in commit #69621c6 to adapt to the HTTPSHandler in urllib in python3.12
51
- 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
52
53
# fix the issue "Cannot import name 'AccessTokenInfo' from 'azure.core.credentials'"
54
pip install azure-identity==1.17.1
0 commit comments