Skip to content

Commit

Permalink
actually pin azure-identity
Browse files Browse the repository at this point in the history
  • Loading branch information
c-ryan-k committed Nov 4, 2024
1 parent d6151a0 commit ac87a81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
DEPENDENCIES = [
"azure-core>=1.24.0,<2.0.0",
"azure-mgmt-core>=1.3.0,<2.0.0",
"azure-identity>=1.6.1,<2.0.0",
"azure-identity>=1.6.1,<1.18.0",
"azure-storage-blob>=12.14.0,<13.0.0",
"msrest>=0.6.21",
"msrestazure>=0.6.3,<1.18.0",
"msrestazure>=0.6.3,<",
"jsonschema~=3.2.0",
"azure-iot-device~=2.11",
"tomli~=2.0",
Expand Down

0 comments on commit ac87a81

Please sign in to comment.