Require v2.19 of cloudflare's python library (#10182)

This is a stopgap measure until we upgrade to the newer (but
backwards-incompatible) versions of cloudflare's python library (see
#9938)

---------

Co-authored-by: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
Will Greenberg
2025-02-06 19:29:07 +00:00
committed by GitHub
co-authored by Brad Warren
parent a57b29a276
commit de48847af4
4 changed files with 7 additions and 5 deletions
+1
View File
@@ -19,6 +19,7 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
* Directory hooks are now run on all commands by default, not just `renew`
* Help output now shows `False` as default when it can be set via `cli.ini` instead of `None`
* Changed terms of service agreement text to have a newline after the TOS link
* certbot-cloudflare-dns is now pinned to version 2.19 of Cloudflare's python library
### Fixed