Skip to content

Commit

Permalink
[mgmt core] update dependency in setup.py (#12265)
Browse files Browse the repository at this point in the history
  • Loading branch information
iscai-msft authored Jun 30, 2020
1 parent f87fff7 commit 9ff3405
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.4.0",
"azure-core<2.0.0,>=1.7.0",
],
extras_require={
":python_version<'3.0'": ['azure-mgmt-nspkg'],
Expand Down
2 changes: 1 addition & 1 deletion shared_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ aiodns>=2.0
python-dateutil>=2.8.0
six>=1.6
#override azure azure-keyvault~=1.0
#override azure-mgmt-core azure-core<2.0.0,>=1.4.0
#override azure-mgmt-core azure-core<2.0.0,>=1.7.0
#override azure-appconfiguration azure-core<2.0.0,>=1.0.0
#override azure-core-tracing-opencensus azure-core<2.0.0,>=1.0.0
#override azure-core-tracing-opentelemetry azure-core<2.0.0,>=1.0.0
Expand Down

0 comments on commit 9ff3405

Please sign in to comment.