Skip to content

Commit

Permalink
Allow newer versions of six package (avoid depednecy hell) (#70)
Browse files Browse the repository at this point in the history
Addressing #69
  • Loading branch information
drudim authored Jun 26, 2019
1 parent 737c882 commit f30222f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.7.1
* Allow newer versions of `six` package (avoid depednecy hell)

## 2.7.0
* Migrate to spark 2.4.0
* Fix testing.DataType to use new convention to get field type
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
#

pylru==1.0.9
six==1.10.0
six>=1.10.0,<2.0
2 changes: 1 addition & 1 deletion sparkly/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
assert SparklySession


__version__ = '2.7.0'
__version__ = '2.7.1'

0 comments on commit f30222f

Please sign in to comment.