Skip to content
Open
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
5 changes: 4 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ Authlib==1.6.*; python_version <= '3.9'
Authlib==1.7.*; python_version > '3.9'
azure-identity==1.25.3
azure-mgmt-rdbms==10.1.1
azure-mgmt-resource==25.0.0
# Azure CLI (a common companion package on Linux distros) still pins
# azure-mgmt-resource<25, so keep the lower bound at 24.0.0 to avoid
# conflicts for distro packagers; see pgadmin-org/pgadmin4#10247.
azure-mgmt-resource>=24.0.0,<26.0.0
azure-mgmt-subscription==3.1.1
bcrypt==5.0.*
boto3==1.42.*; python_version <= '3.9'
Expand Down
Loading