Skip to content

Commit 3ccc15e

Browse files
akxkristapraticoCopilotlmazuel
authored
azure-core: remove six dependency (#39962)
* azure-core: remove six dependency * Apply suggestion from @Copilot Co-authored-by: Copilot <[email protected]> * move comment to latest changelog entry --------- Co-authored-by: Krista Pratico <[email protected]> Co-authored-by: Copilot <[email protected]> Co-authored-by: Laurent Mazuel <[email protected]>
1 parent 1c82c62 commit 3ccc15e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

sdk/core/azure-core/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
### Other Changes
1414

1515
- Updated `BearerTokenCredentialPolicy` and `AsyncBearerTokenCredentialPolicy` to set the `enable_cae` parameter to `True` by default. This change enables Continuous Access Evaluation (CAE) for all token requests made through these policies. #42941
16+
- Removed `six` as a dependency since it was unused.
1617

1718
## 1.35.1 (2025-09-11)
1819

sdk/core/azure-core/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
python_requires=">=3.9",
7171
install_requires=[
7272
"requests>=2.21.0",
73-
"six>=1.11.0",
7473
"typing-extensions>=4.6.0",
7574
],
7675
extras_require={

0 commit comments

Comments
 (0)