Skip to content

Commit

Permalink
update dependent version of azure-core (#13986)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangyan99 authored Sep 24, 2020
1 parent 429e5e4 commit 93716e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/appconfiguration/azure-appconfiguration/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
packages=find_packages(exclude=exclude_packages),
install_requires=[
"msrest>=0.6.10",
"azure-core<2.0.0,>=1.0.0",
"azure-core<2.0.0,>=1.2.2",
],
extras_require={
":python_version<'3.0'": ['azure-nspkg'],
Expand Down
1 change: 0 additions & 1 deletion shared_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ isodate>=0.6.0
avro<2.0.0,>=1.10.0
#override azure azure-keyvault~=1.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
#override azure-cosmos azure-core<2.0.0,>=1.0.0
Expand Down

0 comments on commit 93716e3

Please sign in to comment.