From ab2fb2afc5d0f7402d3a548c122a0efd82fcbece Mon Sep 17 00:00:00 2001 From: 9qeklajc Date: Sun, 26 Apr 2026 23:03:33 +0200 Subject: [PATCH] chore: bump cashu to 0.20 for pydantic v2 compat --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 09cf9034..dab818b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "greenlet>=3.2.1", "alembic>=1.13", "python-json-logger>=2.0.0", - "cashu", + "cashu>=0.20", "secp256k1", "marshmallow>=3.13,<4.0", "websockets>=12.0", diff --git a/uv.lock b/uv.lock index 16858ad4..900f9cfe 100644 --- a/uv.lock +++ b/uv.lock @@ -2424,7 +2424,7 @@ dev = [ requires-dist = [ { name = "aiosqlite", specifier = ">=0.20" }, { name = "alembic", specifier = ">=1.13" }, - { name = "cashu" }, + { name = "cashu", specifier = ">=0.20" }, { name = "fastapi", extras = ["standard"], specifier = ">=0.115" }, { name = "greenlet", specifier = ">=3.2.1" }, { name = "httpx", extras = ["socks"], specifier = ">=0.25.2" },