File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 1.5.1 (2023-XX-XX )
3
+ ## 1.6.0 (2025-07-02 )
4
4
5
5
### Other Changes
6
6
7
7
- ` ARMChallengeAuthenticationPolicy ` adopt ` on_challenge ` in ` BearerTokenCredentialPolicy ` of ` azure-core ` to support complete CAE challenges.
8
+ - Python 3.8 is no longer supported. Please use Python version 3.9 or later.
8
9
9
10
## 1.5.0 (2024-10-31)
10
11
Original file line number Diff line number Diff line change 9
9
# regenerated.
10
10
# --------------------------------------------------------------------------
11
11
12
- VERSION = "1.5.1 "
12
+ VERSION = "1.6.0 "
Original file line number Diff line number Diff line change 1
- trio; python_version >= '3.5'
2
- aiohttp>=3.0; python_version >= '3.5'
1
+ trio
2
+ aiohttp>=3.0
3
3
typing_extensions>=3.7.2
4
- -e ../azure-core
5
- mock;python_version<="2.7"
4
+ ../azure-core
6
5
httpretty
7
- -e ../../../tools/azure-sdk-tools
6
+ -e ../../../tools/azure-sdk-tools
Original file line number Diff line number Diff line change 49
49
"Programming Language :: Python" ,
50
50
"Programming Language :: Python :: 3 :: Only" ,
51
51
"Programming Language :: Python :: 3" ,
52
- "Programming Language :: Python :: 3.8" ,
53
52
"Programming Language :: Python :: 3.9" ,
54
53
"Programming Language :: Python :: 3.10" ,
55
54
"Programming Language :: Python :: 3.11" ,
56
55
"Programming Language :: Python :: 3.12" ,
56
+ "Programming Language :: Python :: 3.13" ,
57
57
"License :: OSI Approved :: MIT License" ,
58
58
],
59
59
zip_safe = False ,
71
71
install_requires = [
72
72
"azure-core>=1.32.0" ,
73
73
],
74
- python_requires = ">=3.8 " ,
74
+ python_requires = ">=3.9 " ,
75
75
)
You can’t perform that action at this time.
0 commit comments