Skip to content

Commit

Permalink
Identity msal ext update (Azure#23932)
Browse files Browse the repository at this point in the history
* bump msal-ext version

* update

* update

* Update sdk/identity/azure-identity/CHANGELOG.md

Co-authored-by: McCoy Patiño <39780829+mccoyp@users.noreply.github.com>

Co-authored-by: McCoy Patiño <39780829+mccoyp@users.noreply.github.com>
  • Loading branch information
xiangyan99 and mccoyp authored Apr 11, 2022
1 parent ac481d7 commit c98a9e4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions sdk/identity/azure-identity/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

### Other Changes

- Bumped msal-extensions version to 1.0.0 ([#23927](https://github.com/Azure/azure-sdk-for-python/issues/23927))

## 1.10.0b1 (2022-04-07)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/identity/azure-identity/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"azure-core<2.0.0,>=1.11.0",
"cryptography>=2.5",
"msal<2.0.0,>=1.12.0",
"msal-extensions~=0.3.0",
"msal-extensions~=1.0.0",
"six>=1.12.0",
],
)
2 changes: 1 addition & 1 deletion shared_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ mock
typing
typing-extensions
msal<2.0.0,>=1.12.0
msal-extensions~=0.3.0
msal-extensions~=1.0.0
msrest>=0.6.21
msrestazure<2.0.0,>=0.4.32
azure-mgmt-core<2.0.0,>=1.3.0
Expand Down

0 comments on commit c98a9e4

Please sign in to comment.