Support urllib3 > 2

This commit is contained in:
7x11x13
2024-08-24 13:01:08 -04:00
parent 8e5d50b6f3
commit e7a083aa9d
4 changed files with 50 additions and 16 deletions
+1 -2
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "free-bandcamp-downloader"
version = "0.3.4"
version = "0.3.5"
description = "Download free and name-your-price albums from Bandcamp in lossless quality"
authors = ["7x11x13 <x7x11x13@gmail.com>"]
license = "MIT"
@@ -18,7 +18,6 @@ pyrfc6266 = "^1.0.2"
mutagen = "^1.47.0"
1secmail = "^1.1.0"
docopt-ng = "^0.9.0"
urllib3 = "<2.0.0"
[build-system]