pin back cloudflare (#9940)

* pin back cloudflare

* update readme
This commit is contained in:
Brad Warren
2024-05-16 09:18:21 -07:00
committed by GitHub
parent 873f979a25
commit 443ec2200f
3 changed files with 47 additions and 43 deletions
+3 -1
View File
@@ -7,7 +7,9 @@ from setuptools import setup
version = '2.11.0.dev0'
install_requires = [
'cloudflare>=1.5.1',
# for now, do not upgrade to cloudflare>=2.20 to avoid deprecation warnings and the breaking
# changes in version 3.0. see https://github.com/certbot/certbot/issues/9938
'cloudflare>=1.5.1, <2.20',
'setuptools>=41.6.0',
]