Downgrade boto3 to ensure compatibility with Debian 10.

This commit is contained in:
Akshay Joshi 2024-06-13 11:26:15 +05:30
parent ab01dde2ba
commit 33bd02d337

View File

@ -48,7 +48,8 @@ Authlib==1.3.*; python_version > '3.7'
Authlib==1.2.*; python_version <= '3.7'
pyotp==2.*
qrcode==7.*
boto3==1.34.*
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