Skip to content

Commit

Permalink
[Storage][DataLake]Update Min Dependency (#13108)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiafu-msft authored Aug 14, 2020
1 parent 805dd17 commit 8ef0bb0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions sdk/storage/azure-storage-file-datalake/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Release History
## 12.1.1 (2020-08-13)
- Patch release to update the minimum dependency requirement.

## 12.1.0 (2020-08-12)
- Added `query_file` API to enable users to select/project on DataLake file data by providing simple query expressions.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# license information.
# --------------------------------------------------------------------------

VERSION = "12.1.0"
VERSION = "12.1.1"
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.6.0",
"msrest>=0.6.10",
"azure-storage-blob~=12.4.0b1"
"azure-storage-blob~=12.4.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 @@ -138,7 +138,7 @@ isodate>=0.6.0
#override azure-storage-file-share msrest>=0.6.10
#override azure-storage-file-datalake azure-core<2.0.0,>=1.6.0
#override azure-storage-file-datalake msrest>=0.6.10
#override azure-storage-file-datalake azure-storage-blob~=12.4.0b1
#override azure-storage-file-datalake azure-storage-blob~=12.4.0
opencensus>=0.6.0
opencensus-ext-threading
opencensus-ext-azure>=0.3.1
Expand Down

0 comments on commit 8ef0bb0

Please sign in to comment.