Skip to content

Commit

Permalink
Updated requirements to fsspec==2021.10.1 (fsspec#289)
Browse files Browse the repository at this point in the history
* Updated requirements to fsspec==2021.10.1

* Updated changelog.md

* Updated changelog
  • Loading branch information
hayesgb authored Jan 4, 2022
1 parent 2bd5e5e commit 39d40b3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
**Change Log**
v2022.01.0
----------
- Updated requirements to fsspec >= 2021.10.1 to fix #280

v2021.10.1
----------
- Added support for Hierarchical Namespaces in Gen2 to enable multilevel Hive partitioned tables in pyarrow
Expand Down
2 changes: 1 addition & 1 deletion requirements/earliest.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-r base.txt
fsspec==2021.6.1
fsspec==2021.10.1
azure-core==1.7.0
azure-datalake-store==0.0.46
azure-storage-blob==12.5.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"azure-datalake-store>=0.0.46,<0.1",
"azure-identity",
"azure-storage-blob>=12.5.0",
"fsspec>=2021.6.1",
"fsspec>=2021.10.1",
],
tests_require=["pytest", "docker"],
zip_safe=False,
Expand Down

0 comments on commit 39d40b3

Please sign in to comment.