py-validators: add v0.34.0 (#46825)

This commit is contained in:
Wouter Deconinck 2024-10-07 02:26:54 -05:00 committed by GitHub
parent 2844f7425b
commit 48e2dd8038
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,8 @@ class PyValidators(PythonPackage):
license("MIT")
version("0.34.0", sha256="647fe407b45af9a74d245b943b18e6a816acf4926974278f6dd617778e1e781f")
version("0.20.0", sha256="24148ce4e64100a2d5e267233e23e7afeb55316b47d30faae7eb6e7292bc226a")
depends_on("py-setuptools", type="build")
depends_on("py-decorator@3.4:", type=("build", "run"))
depends_on("py-decorator@3.4:", type=("build", "run"), when="@:0.20.7")