Skip to content

Commit

Permalink
[mgmt][core] upgrade min dependency for azure-core (#25103)
Browse files Browse the repository at this point in the history
* update

* Update CHANGELOG.md

Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
  • Loading branch information
BigCat20196 and msyyc authored Aug 11, 2022
1 parent b7db152 commit 5815e62
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions sdk/core/azure-mgmt-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

## 1.3.2 (2022-08-11)

### Other Changes

- Updated mindep about `azure-core` from `1.23.0` to `1.24.0`

## 1.3.1 (2022-06-14)

### Other Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/azure-mgmt-core/azure/mgmt/core/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
# regenerated.
# --------------------------------------------------------------------------

VERSION = "1.3.1"
VERSION = "1.3.2"
2 changes: 1 addition & 1 deletion sdk/core/azure-mgmt-core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
'pytyped': ['py.typed'],
},
install_requires=[
"azure-core<2.0.0,>=1.23.0",
"azure-core<2.0.0,>=1.24.0",
],
python_requires=">=3.6",
)
2 changes: 1 addition & 1 deletion shared_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ chardet<5,>=3.0.2
#override azure-core typing-extensions>=4.0.1
#override azure-search-documents typing-extensions>=3.7.4.3
#override azure azure-keyvault~=1.0
#override azure-mgmt-core azure-core<2.0.0,>=1.23.0
#override azure-mgmt-core azure-core<2.0.0,>=1.24.0
#override azure-containerregistry azure-core>=1.23.0,<2.0.0
#override azure-core-tracing-opencensus azure-core<2.0.0,>=1.13.0
#override azure-core-tracing-opentelemetry azure-core<2.0.0,>=1.13.0
Expand Down

0 comments on commit 5815e62

Please sign in to comment.