feat: use uv (#59)

* feat: use uv
* fix make
This commit is contained in:
dni ⚡ 2025-09-04 07:57:33 +02:00 committed by GitHub
commit 7bdf7db2c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 2324 additions and 3665 deletions

View file

@ -74,5 +74,5 @@ class Refund(BaseModel):
class UIDPost(BaseModel):
UID: str = Field(None, description="The UID of the card.")
LNURLW: str = Field(None, description="The LNURLW of the card.")
UID: str = Field(description="The UID of the card.")
LNURLW: str = Field(description="The LNURLW of the card.")