Skip to content

Commit

Permalink
Pin azure deps (#316)
Browse files Browse the repository at this point in the history
* Release 2021.9.0

* Add upper bound to azure dependencies
  • Loading branch information
jacobtomlinson committed Mar 15, 2022
1 parent d397862 commit d888714
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
extras_require = {
"aws": ["aiobotocore>=0.10.2"],
"azure": [
"azure-mgmt-compute>=18.0.0",
"azure-mgmt-network>=16.0.0",
"azure-cli-core>=2.15.1",
"azure-mgmt-compute>=18.0.0,<19",
"azure-mgmt-network>=16.0.0,<17",
"azure-cli-core>=2.15.1,<3",
"msrestazure",
"azure-identity",
],
Expand Down

0 comments on commit d888714

Please sign in to comment.