kennethreitz / records

SQL for Humans™
https://pypi.python.org/pypi/records/
ISC License
7.14k stars 570 forks source link

remove temporary openpyxl fix #184

Closed paulvoe closed 5 months ago

paulvoe commented 4 years ago

The openpyxl dependency doesn't have to be < 2.5 anymore since the issue in tablib that required this is fixed.\ Also, openpyxl < 2.5 has some buggy version check that fails when deployed in AWS Lambda, thus making records not useable in this environment.

shmilylty commented 4 years ago

@kennethreitz @vlcinsky @paulvoe Please limit the openpyxl version to greater than 2.6.0, or similar problems will occur! https://github.com/jazzband/tablib/issues/457