diff --git a/pyproject.toml b/pyproject.toml index 15c5471..e0f4315 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ requires-python = ">=3.10" dependencies = [ "cryptography >= 44.0.0", "requests >= 2.33.1", - "pydantic == 2.12.5" + "pydantic == 2.13.4" ] description = "Accept bitcoin with BitPay" readme = "README.md"