Skip to content

Commit 5815e62

Browse files
BigCat20196msyyc
andauthored
[mgmt][core] upgrade min dependency for azure-core (Azure#25103)
* update * Update CHANGELOG.md Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
1 parent b7db152 commit 5815e62

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

sdk/core/azure-mgmt-core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
## 1.3.2 (2022-08-11)
4+
5+
### Other Changes
6+
7+
- Updated mindep about `azure-core` from `1.23.0` to `1.24.0`
8+
39
## 1.3.1 (2022-06-14)
410

511
### Other Changes

sdk/core/azure-mgmt-core/azure/mgmt/core/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
# regenerated.
1010
# --------------------------------------------------------------------------
1111

12-
VERSION = "1.3.1"
12+
VERSION = "1.3.2"

sdk/core/azure-mgmt-core/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
'pytyped': ['py.typed'],
6868
},
6969
install_requires=[
70-
"azure-core<2.0.0,>=1.23.0",
70+
"azure-core<2.0.0,>=1.24.0",
7171
],
7272
python_requires=">=3.6",
7373
)

shared_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ chardet<5,>=3.0.2
132132
#override azure-core typing-extensions>=4.0.1
133133
#override azure-search-documents typing-extensions>=3.7.4.3
134134
#override azure azure-keyvault~=1.0
135-
#override azure-mgmt-core azure-core<2.0.0,>=1.23.0
135+
#override azure-mgmt-core azure-core<2.0.0,>=1.24.0
136136
#override azure-containerregistry azure-core>=1.23.0,<2.0.0
137137
#override azure-core-tracing-opencensus azure-core<2.0.0,>=1.13.0
138138
#override azure-core-tracing-opentelemetry azure-core<2.0.0,>=1.13.0

0 commit comments

Comments
 (0)