Loading pkgs/by-name/az/azure-cli/python-packages.nix +8 −0 Original line number Diff line number Diff line Loading @@ -203,6 +203,14 @@ let azure-mgmt-synapse = overrideAzureMgmtPackage super.azure-mgmt-synapse "2.1.0b5" "zip" "sha256-5E6Yf1GgNyNVjd+SeFDbhDxnOA6fOAG6oojxtCP4m+k="; # Observed error during runtime: # AttributeError: Can't get attribute 'NormalizedResponse' on <module 'msal.throttled_http_client' from # '/nix/store/xxx-python3.12-msal-1.32.0/lib/python3.12/site-packages/msal/throttled_http_client.py'>. # Did you mean: '_msal_public_app_kwargs'? msal = overrideAzureMgmtPackage super.msal "1.32.3" "tar.gz" "sha256-XuoDhonHilpwyo7L4SRUWLVahXvQlu+2mJxpuhWYXTU="; }; }; in Loading Loading
pkgs/by-name/az/azure-cli/python-packages.nix +8 −0 Original line number Diff line number Diff line Loading @@ -203,6 +203,14 @@ let azure-mgmt-synapse = overrideAzureMgmtPackage super.azure-mgmt-synapse "2.1.0b5" "zip" "sha256-5E6Yf1GgNyNVjd+SeFDbhDxnOA6fOAG6oojxtCP4m+k="; # Observed error during runtime: # AttributeError: Can't get attribute 'NormalizedResponse' on <module 'msal.throttled_http_client' from # '/nix/store/xxx-python3.12-msal-1.32.0/lib/python3.12/site-packages/msal/throttled_http_client.py'>. # Did you mean: '_msal_public_app_kwargs'? msal = overrideAzureMgmtPackage super.msal "1.32.3" "tar.gz" "sha256-XuoDhonHilpwyo7L4SRUWLVahXvQlu+2mJxpuhWYXTU="; }; }; in Loading