Downgrade some more packages to ensure compatibility with Debian 10

This commit is contained in:
Akshay Joshi 2024-06-13 12:27:24 +05:30
parent 33bd02d337
commit f96977733f

View File

@ -52,9 +52,11 @@ boto3==1.34.*; python_version > '3.7'
boto3==1.33.*; python_version <= '3.7'
urllib3==1.26.*
azure-mgmt-rdbms==10.1.0
azure-mgmt-resource==23.1.1
azure-mgmt-resource==23.1.1; python_version > '3.7'
azure-mgmt-resource==23.0.1; python_version <= '3.7'
azure-mgmt-subscription==3.1.1
azure-identity==1.16.1
azure-identity==1.16.1; python_version > '3.7'
azure-identity==1.15.0; python_version <= '3.7'
google-api-python-client==2.*
google-auth-oauthlib==1.2.0
keyring==24.*; python_version > '3.7'