Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-file-datalake/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
install_requires=[
"azure-core<2.0.0,>=1.0.0",
"msrest>=0.6.10",
"azure-storage-blob~=12.0.0"
Comment thread
scbedd marked this conversation as resolved.
"azure-storage-blob~=12.0"
],
extras_require={
":python_version<'3.0'": ['futures', 'azure-storage-nspkg<4.0.0,>=3.0.0'],
Expand Down
2 changes: 1 addition & 1 deletion shared_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ six>=1.6
#override azure-storage-queue msrest>=0.6.10
#override azure-storage-file-share msrest>=0.6.10
#override azure-storage-file-datalake msrest>=0.6.10
#override azure-storage-file-datalake azure-storage-blob~=12.0.0
#override azure-storage-file-datalake azure-storage-blob~=12.0

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is it necessary to touch the version here?
Could we upgrade the version of nightly build to 12.0.0 instead of using the preview version?

opencensus>=0.6.0
opencensus-ext-threading
opencensus-ext-azure>=0.3.1
Expand Down