Skip to content

Commit

Permalink
Drop azure-common dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mccoyp committed Feb 14, 2024
1 parent 4bf3dd7 commit 559c7b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions sdk/keyvault/azure-keyvault-keys/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- `asyncio` is no longer directly referenced by the library
([#33819](https://github.com/Azure/azure-sdk-for-python/pull/33819))
- Updated minimum `azure-core` version to 1.29.5
- Dropped `azure-common` requirement

## 4.9.0b3 (2023-11-03)

Expand Down
1 change: 0 additions & 1 deletion sdk/keyvault/azure-keyvault-keys/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
),
python_requires=">=3.8",
install_requires=[
"azure-common~=1.1",
"azure-core<2.0.0,>=1.29.5",
"cryptography>=2.1.4",
"isodate>=0.6.1",
Expand Down

0 comments on commit 559c7b3

Please sign in to comment.