Skip to content

Commit b394cd1

Browse files
authored
removed six (Azure#30890)
1 parent 863ca0f commit b394cd1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

sdk/metricsadvisor/azure-ai-metricsadvisor/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
### Other Changes
1212
- This version and all future versions will require Python 3.7+. Python 2.7 and 3.6 are no longer supported.
13+
- Removed dependency on `six`.
1314

1415
## 1.0.0 (2021-07-06)
1516

sdk/metricsadvisor/azure-ai-metricsadvisor/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,5 @@
6666
install_requires=[
6767
"azure-core<2.0.0,>=1.23.0",
6868
"msrest>=0.6.21",
69-
'six>=1.11.0',
7069
],
7170
)

0 commit comments

Comments
 (0)