beaufour / flickr-download

Tool for downloading sets and photos from Flickr
Apache License 2.0
231 stars 65 forks source link

python-dateutil dependency update #76

Closed huister1216 closed 1 year ago

huister1216 commented 1 year ago

python-dateutil had an additional updated release in Apr2021 with 2.8.2. A few of my other packages in pip require the newer one. Can you bump the dependency to allow for greater versions for python-dateutil in pyproject.toml? from python-dateutil = "2.8.1" to python-dateutil = "^2.8.1" ?

beaufour commented 1 year ago

Of course! No clue why I had locked that to a specific version in the first place... It's fixed on master.

beaufour commented 1 year ago

And now also released as 0.3.5.