Zappa icon indicating copy to clipboard operation
Zappa copied to clipboard

message about python-dateutil<2.7.0 appearing

Open akobig opened this issue 5 years ago • 2 comments

the message: (python-dateutil 2.8.1 (c:\users\*****\site-packages), Requirement.parse('python-dateutil<2.7.0'), {'zappa'})

appears in several places

I use python-dateutil==2.8.1 and everything works fine and I use a lot of zappa functionality. can the requirement be upgraded to newer version of python-dateutil? tnx

akobig avatar Aug 19 '20 19:08 akobig

Looks like master already depends on 2.8: https://github.com/Miserlou/Zappa/blob/0c8d99ddbc297124d93c166652013abba50ee86e/requirements.txt#L23

Maybe it just needs to be released?

jcwkroeze avatar Aug 26 '20 19:08 jcwkroeze

0.51, the most recent release has this:

https://github.com/Miserlou/Zappa/blob/80a6881f0ec0be525a8fd7835b5a1157f9e66100/requirements.txt#L24

jcwkroeze avatar Aug 26 '20 19:08 jcwkroeze